通过次数
0
提交次数
12312
123
1
#include<iostream> using namespace std; int main() { int n; cin>>n; cout<<n<<endl; return 0; }