Run ID:157539

提交时间:2026-07-29 11:51:31

#include<iostream> #include<cstdio> using namespace std; int main() { int a; cin>>a; cout<<a; return 0; }