提交时间:2026-04-01 21:20:10

运行 ID: 434868

#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<n; return 0; }