Run ID:125374
提交时间:2025-07-14 15:46:13
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout << a; return 0; }