Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C#。 基本
子例程:过程和函数 - 2
Module:
子例程:过程和函数 - 2
Problem
3
/10
调用函数
Problem
编写一个程序,使用现有函数计算两个数字的算术平均值并打印出如果两个数的算术平均值大于 5,则使用“YES”字样,否则使用“NO”字样- 否则。
输入:
程序的输入是两个自然数(两个数都不超过150)。两个数字在不同的行上。
输出:打印“是”或“否”。
例子。
<正文>
输入
输出
100
101
是
5
3
没有
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary