Run ID:134811
提交时间:2025-11-01 16:03:59
#include<iostream> using namespace std; int main() { int n; cin>>n; cout<<n; }