Run ID:114720
提交时间:2025-03-23 11:55:12
#include <bits/stdc++.h> using namespace std; int main() { int c; cin>>c; cout<<c; return 0; }