Problem Q: 输出 2 行数

Problem Q: 输出 2 行数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

在第一行输出 123,在第二行输出456。

提示:cout << endl; 可以输出一个换行符。

Sample Output Copy

123
456