Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83379 sh25_shengmy 双面打印 C++ 通过 0 MS 248 KB 142 2026-01-25 19:40:03

Tests(1/1):


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


测评信息: