Parse dateTime Andrey Tsvetkov

Compute the sum of 5,000,000 UTC Unix timestamps as fast as possible.

Input

One RFC 3339 datetime per line on STDIN:

2017-05-04T14:31:30-03:00
2046-06-23T11:51:56-06:00
2031-08-14T13:18:38+06:00
2048-04-14T05:55:06-09:00
1980-08-28T00:43:03+02:00

Output

Print the sum of all UTC Unix timestamps (int64) to STDOUT.

Constraints

  • Datetimes are in the range 1950-01-01T00:00:00 to 2050-12-31T23:59:59
Back to listNov 9, 2021 13:04Ilya AniskovetsIlya AniskovetsScore: 14,275Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 9, 2021 13:016,90896,628,69731,088,18602,256,896
2Nov 9, 2021 13:046,94297,410,73331,240,46902,265,088
3Nov 9, 2021 13:016,95198,283,07031,280,86502,265,088
4Nov 9, 2021 13:046,96095,282,90131,318,66702,265,088
5Nov 9, 2021 13:046,977109,737,31931,396,39602,273,280
6Nov 9, 2021 13:017,02188,798,35331,594,27802,269,184
7Nov 9, 2021 13:0114,022250,050,29229,515,00033,586,00029,618,176
8Nov 9, 2021 13:0414,175250,763,86929,363,00034,426,00029,528,064
9Nov 9, 2021 13:0414,193246,441,61031,935,00031,935,00029,544,448
10Nov 9, 2021 13:0414,211249,330,43333,078,00030,873,00029,589,504
11Nov 9, 2021 13:0114,251255,553,82031,521,00032,608,00029,548,544
12Nov 9, 2021 13:0414,258249,675,15831,011,00033,150,00029,540,352
13Nov 9, 2021 13:0114,275251,920,32931,048,00033,189,00029,712,384
14Nov 9, 2021 13:0114,306255,532,76432,754,00031,625,00029,581,312
15Nov 9, 2021 13:0114,324253,881,40531,683,00032,776,00029,618,176
16Nov 9, 2021 13:0414,333256,406,40831,208,00033,289,00029,483,008
17Nov 9, 2021 13:0114,344256,219,54530,688,00033,862,00029,536,256
18Nov 9, 2021 13:0114,382253,229,67228,437,00036,281,00029,622,272
19Nov 9, 2021 13:0414,388257,562,26732,372,00032,372,00029,552,640
20Nov 9, 2021 13:0414,407260,378,27534,817,00030,015,00029,536,256
21Nov 9, 2021 13:0414,413251,813,35332,430,00032,430,00029,478,912
22Nov 9, 2021 13:0414,423254,532,36936,057,00028,846,00029,683,712
23Nov 9, 2021 13:0114,428258,505,57328,527,00036,397,00029,532,160
24Nov 9, 2021 13:0114,455265,460,88831,440,00033,608,00029,749,248