#14. 换行输出

换行输出

题目描述

在第一行输出128,在第二行输出256

提示: cout<<endl;可以实现换行,

样例


128
256