Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
75383 sh25_ganzy 凑数 C++ Accepted 0 MS 252 KB 130 2025-12-06 09:57:19

Tests(11/11):


#include <bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; cout<<1<<" "<<1<<" "<<n-2; return 0; }


Judgement Protocol: