Run ID:90854
提交时间:2024-09-17 15:14:35
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<a<<endl; return 0; }