提交时间:2022-07-19 12:17:43
运行 ID: 52469
#include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; cout<<n; }