Run ID:93437

提交时间:2024-10-15 20:21:18

#include<iostream> // cin\cout\endl using namespace std; int main(){ int a; cin>>a; cout<<a<<endl; }