#include<iostream> //#include<> -> 导入 iostream=> 输入 输出 using namespace std; int main(){ cout <<123 <<endl; cout<<456; return 0; }