Run ID:125424

提交时间:2025-07-14 16:20:05

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