Run ID:87959
提交时间:2024-08-16 15:07:39
#include<iostream> using namespace std; int main(){ int x; cin>>x; cout<<x; return 0; }