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