Run ID:113354
提交时间:2025-03-15 18:00:29
#include<bits/stdc++.h> using namespace std; int main(){ cout<<1;endl cout<<2; return 0; }