航班飞行时间
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
战码战队去参加机器人比赛,已知航班起飞时间和到达时间,问航班的飞行时间是多少秒,并保证 第一个时刻比第二个时刻早。时间可能跨过一天,保证飞行时间小于24小时。
输入格式
输入有两行,第一行开始时间,第二行为结束的时间,时间都由xx:yy:zz
表示,xx
表示小时,yy
表示分钟,zz
表示秒。
输出格式
只有一个整数,两个时间的差。
样例
12:34:56
12:35:00
4
R9
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 7
- Start at
- 2024-3-16 14:00
- End at
- 2024-3-24 22:00
- Duration
- 200 hour(s)
- Host
- Partic.
- 16