Run ID:130861

提交时间:2025-09-20 09:10:24

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