Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 基本
(Python) 变量。输出、输入、赋值
Module:
(Python) 变量。输出、输入、赋值
Problem
6
/6
采购成本
Problem
Rabbit Clover 想编写一个程序来帮助他计算在商店购物的成本。兔子想给自己买
b
个胡萝卜,每个
n
卢布。帮他做一个这样的程序。
根据以下算法编写程序:
1. 通过键盘设置整型变量
b
和
n
;
2. 编写输出语句,在屏幕上显示兔子需要支付多少卢布。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
5 2
10
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary