Login
Register
HelloWorld信息学奥赛题库
少儿编程
少儿编程
Contests
Problems
Problem Items
Submissions
//= HTML::url('/hacks') ?>//= UOJLocale::get('hacks') ?>
Blogs
Help
时间限制:1 s
空间限制:512 MB
#2367. 竖式计算
Statistics
Statement
Submit
Custom Test
题目描述
已知a为15,b为3,输出a-b的竖式计算。
输入格式
无输入
输出格式
15-3的竖式计算
样例数据
input
无
output
15 - 3 _______ 12
Submit
Run