Run ID:143897
提交时间:2026-01-17 21:20:37
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<n; return 0; }