Run ID:132039
提交时间:2025-10-04 19:14:00
#include <iostream> using namespace std; int a,b; cin>>a,b; cout<<a<<endl<<b; return 0;