Run ID:143205

提交时间:2026-01-11 19:16:24

#include <iostream> using namespace std; int main() { cout<<123<<endl<<456; return 0; }