#include using namespace std; int main(){ int x,y; cin>>x; if(x%2==0) y=x/2; else y=x; cout<