Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 基本
(Python) 子例程:过程和函数 - 2
Module:
(Python) 子例程:过程和函数 - 2
Problem
6
/8
两个数字中的最小值
Problem
编写一个计算两个数中最小值的函数。使用此函数,编写一个函数来查找三个数字中的最小值。
输入:
输入字符串包含三个以空格分隔的整数。
输出:
程序应打印给定数字中的最小值。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
1 2 3
1
表>
Запрещенные операторы: min;max;sort;[
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary