Processing math: 100%
祝同学们学习进步,编程快乐!

Problem B: Branch on Condition - Range

"
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".

Three integers a, b and c separated by a single space are given in a line.
Print "Yes" or "No" in a line.
1 3 8
Yes
0 ≤ a, b, c ≤ 100
AOJ
祝同学们学习进步,编程快乐!