Run ID:153160

提交时间:2026-05-10 11:06:09

#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<a<<endl; return 0; }