Run ID:90851

提交时间:2024-09-17 15:05:27

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