Submit solution
Points:
0.30
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
In case the statement didn't load correctly, you can download the statement here: Statement
Sample Input 1
3
00:00 23:59 0
00:00 23:59 90
18:00 18:01 180
Sample Output 1
22
44
1
Comments