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 listOct 16, 2021 16:56Ilya AniskovetsIlya AniskovetsScore: 14,589Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 16, 2021 16:557,153116,314,07632,188,48602,252,800
2Oct 16, 2021 16:557,161104,541,83432,222,77202,277,376
3Oct 16, 2021 16:567,162104,699,95032,227,45702,265,088
4Oct 16, 2021 16:567,17694,178,22032,292,07302,273,280
5Oct 16, 2021 16:557,20396,500,34832,412,20202,277,376
6Oct 16, 2021 16:567,224108,538,30832,509,27502,269,184
7Oct 16, 2021 16:5614,489247,344,60832,083,00033,118,00029,671,424
8Oct 16, 2021 16:5614,523249,865,13130,634,00034,718,00029,650,944
9Oct 16, 2021 16:5514,569252,619,84131,722,00033,837,00029,650,944
10Oct 16, 2021 16:5514,587252,057,86131,794,00033,846,00029,630,464
11Oct 16, 2021 16:5614,588252,205,84131,796,00033,848,00029,663,232
12Oct 16, 2021 16:5514,588252,577,36630,833,00034,811,00029,720,576
13Oct 16, 2021 16:5514,589257,019,14932,304,00033,346,00029,630,464
14Oct 16, 2021 16:5614,658253,314,78131,410,00034,551,00029,569,024
15Oct 16, 2021 16:5514,696251,826,42233,591,00032,541,00029,691,904
16Oct 16, 2021 16:5614,718254,227,41333,659,00032,573,00029,544,448
17Oct 16, 2021 16:5614,740257,919,63132,128,00034,201,00029,708,288
18Oct 16, 2021 16:5514,769259,476,36934,920,00031,541,00029,597,696
19Oct 16, 2021 16:5614,793261,323,18130,347,00036,220,00029,741,056
20Oct 16, 2021 16:5614,807254,136,34532,274,00034,356,00029,716,480
21Oct 16, 2021 16:5514,811261,598,53135,020,00031,631,00029,548,544
22Oct 16, 2021 16:5514,926257,961,89831,608,00035,559,00029,630,464
23Oct 16, 2021 16:5515,004266,154,93832,705,00034,815,00029,630,464
24Oct 16, 2021 16:5615,110264,654,02231,381,00036,612,00029,605,888