Run ID:153725
提交时间:2026-05-23 18:05:30
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<a<<endl; return 0; }