Run ID:97046

提交时间:2024-11-10 11:54:43

#include<iostream> using namespace std; int main() { int w; cin>>w; cout<<w<<endl; return 0; }