Run ID:132040

提交时间:2025-10-04 19:14:41

#include <iostream> using namespace std; int a,b; cin>>a,b; cout<<a<<endl<<b; return 0; }