Codeforces Round #411 (Div. 2), problem: (C) Find Amir Solution In C/C++

#include<iostream>
main(){int n;std::cin>>n;std::cout<<(n-1)/2;}

Leave a Reply

Your email address will not be published. Required fields are marked *