Run ID:142665

提交时间:2026-01-11 15:02:47

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