Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
42208 WZH 双面打印 C++ Accepted 1 MS 240 KB 147 2024-02-24 13:05:39

Tests(1/1):


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


Judgement Protocol: