Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
32970 闻航 双面打印 C++ Accepted 0 MS 240 KB 179 2023-12-03 19:41:05

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: