Run ID:104339
提交时间:2025-01-04 20:22:17
#include<iostream> using namespace std; int main(){ cout<<1<<endl; cout<<2; return 0; }