C++-结构体-时间运算
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.
Background
Description
时间运算。 在某个上网计费系统中,用户使用时间通常格式是:几小时几分钟。用一个结构体表示时间是个不错的方法。现在希望你设计个好的方法,能够快速方便地在程序中累加时间。 输入格式:第1行,一个整数N,范围在[1...1000];下面有N行每行两个整数:hi mi,表示一个用户上网时间是hi小时和mi分钟。 输出格式 :1行,两个整数h和m,表示N个时间的和。
Format
Input
Output
Samples
Limitation
1s, 1024KiB for each test case.
结构体
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 6
- Start at
- 2024-5-5 0:00
- End at
- 2024-5-20 0:00
- Duration
- 360 hour(s)
- Host
- Partic.
- 6