#include<cstdio> using namespace std; int main() { long long int n; while (scanf("%lld",&n)!=EOF) printf("%lld\n",n-1); return 0; }
Wednesday, July 20, 2016
Published July 20, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment