Run ID:153179

提交时间:2026-05-10 11:18:28

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