提交时间:2025-12-09 14:52:57
运行 ID: 75697
#include<bits/stdc++.h> using namespace std; int main() { double n; cin>>n; cout<<ceil(n/2); return 0; }