#79. icyHot
icyHot
Background
Description
Given two temperatures, return true if one is less than 0 and the other is greater than 100.
Format
Input
Output
Samples
120 -1
true
-1 120
true
2 120
false
Limitation
1s, 1024KiB for each test case.