// yukicoder: No.815 Are you a traveller // 2019.5.5 bal4u #include int main() { int N; scanf("%d", &N); printf("%d\n", (N+1)>>1); return 0; }