#6254. 练13.1竖式计算

练13.1竖式计算

Description

数学老师请你帮忙,在屏幕上输出18+870的竖式计算,试编一程序,实现这个功能。

Input Format

Output Format

18+870的竖式计算。

   18
+ 870
-----------
  888

Source

http://bas.ssoier.cn:8086/problem_show.php?pid=3069 顺序结构