Run ID:131693
提交时间:2025-09-30 21:34:29
#include<iostream> using namespace std; int main() { cout<<123endl; cout<<456; return 0; }