Sorting Three Numbers
Write a program which reads three integers, and prints them in ascending order.
Time Limit | $1$ 秒/Second(s) | Memory Limit | $512$ 兆字节/Megabyte(s) |
提交总数 | $1276$ | 正确数量 | $648$ | "
裁判形式 | 标准裁判/Standard Judge | 我的状态 | 尚未尝试 |
难度 | 分类标签 | 分支 |
Sorting Three Numbers
Write a program which reads three integers, and prints them in ascending order.
3 8 1
1 3 8