ZeroJudge & UVa Online Judge answers
#include using namespace std; int main() { int a; cin>>a; cout<<(a-1); return 0; }
No comments:
Post a Comment