Run ID:97589
提交时间:2024-11-16 11:26:19
#include<bits/stdc++.h> using namespace std; int a[100][100]; int main(){ cout<<123<<endl<<456; return 0; }