#include using namespace std; int main(){ int n,ans; cin>>n; ans=ceil(n/2.0); cout<