Run ID:153127

提交时间:2026-05-10 10:26:34

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