Range
Write a program which reads three integers a, b and c, and prints "Yes" if a<b<c,otherwise "No".
Time Limit | 1 秒/Second(s) | Memory Limit | 512 兆字节/Megabyte(s) |
提交总数 | 1731 | 正确数量 | 805 |
裁判形式 | 标准裁判/Standard Judge | 我的状态 | 尚未尝试 |
难度 | 分类标签 | 分支 |
Range
Write a program which reads three integers a, b and c, and prints "Yes" if a<b<c,otherwise "No".
1 3 8
Yes