Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C#。 基本
条件运算符
Module:
条件运算符
Problem
4
/17
数字输出
Problem
给出了两个数字。如果第一个大于第二个,则打印其中的第一个,如果不是,则打印两个数字。
输入
从键盘输入 2 个整数。
印记
如果第一个数字大于第二个数字,则需要显示第一个数字,或者如果第一个数字不大于第二个数字,则打印这两个数字。
例子
<头>
#
输入
输出
东西> <正文>
1
5 3
5
2
3 5
3 5
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary