Run ID:105660
提交时间:2025-01-14 11:07:49
#include<iostream> using namespace std; int main(){ int b; cin>>b; cout<<b<<endl; return 0; }