Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
41991 lmz120809 双面打印 C++ Accepted 1 MS 248 KB 133 2024-02-24 08:59:37

Tests(1/1):


#include<iostream> using namespace std; int main() { int n; cin>>n; if(n%2==0) cout<<n/2; else cout<<n/2+1; return 0; }


Judgement Protocol: