Run ID:135094

提交时间:2025-11-02 15:27:00

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