Run ID:108258

提交时间:2025-01-20 08:46:12

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