提交时间:2024-01-23 17:13:48
运行 ID: 125561
#include<iostream> using namespace std; int main(){ int x,y; cin>>x; cout<<y; return 0; }