Run ID:153081

提交时间:2026-05-10 09:52:24

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