Run ID:113396
提交时间:2025-03-15 18:13:19
#include<bits/stdc++.h> using namespace std; int main(){ int c; cin>>c; cout<<c; return 0; }