这是最优解代码
#include <bits/stdc++.h> using namespace std; int main(){int n;cin>>n;cout<<n-1<<endl;}
这连样例都过不了,测试点这么水?!