Run ID:143982

提交时间:2026-01-18 09:40:45

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