Run ID:91806
提交时间:2024-09-22 15:13:36
#include<iostream> // cin\cout\endl using namespace std; int main(){ int a,b,c; cin>>a; cout<<a; return 0; }