题目在主页,如有出错请指出
using namespace std;
int main() { long long n; cin >> n; cout << (n + 1) / 2 << endl; return 0; }