Run ID:90852

提交时间:2024-09-17 15:13:08

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