Run ID:98362

提交时间:2024-11-19 18:41:03

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