Run ID:97043

提交时间:2024-11-10 11:53:52

#include<iostream> using namespace std; int main() { int age; cin>>age; cout<<age<<endl; return 0; }