F. 【例72.4】乘法运算

    Type: Default 1000ms 125MiB

【例72.4】乘法运算

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

从键盘读入2210001000以内的正整数m,m,n((n ≤m),请你模拟乘法运算并以竖式形式输出。

输入格式

2个10001000 以内的正整数m,m,n((n≤m) ,两数由一个空格分隔间。

输出格式

输出两个整数进行乘法运算的竖式。每行数字右侧直接回车,没有空格了;最后一行的积所代表的数字左侧无任何内容。具体格式见下面的样例输出。

样例

129 91
129
91
129
1161
11739

2025-02-09-練習題

Not Claimed
Status
Done
Problem
6
Open Since
2025-2-9 0:00
Deadline
2025-2-24 23:59
Extension
24 hour(s)