Run ID:3447
提交时间:2024-06-08 15:56:15
# include<iostream> using namespace std; int main(){ int m; cin>>m; cout<<m<<endl; return 0; }