Run ID:130864

提交时间:2025-09-20 09:14:42

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