Run ID:130862

提交时间:2025-09-20 09:12:50

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