Problem F: 时间差

Problem F: 时间差

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入两组时间,求两组时间相差的秒数。数据保证第一组时间一定在第二组之前。

Input

输入两组时间。(格式为HH:mm:ss)

Output

输出两组时间相差的秒数

Sample Input Copy

01:02:10
02:01:20

Sample Output Copy

3550