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 09:55Ilya AniskovetsIlya AniskovetsScore: 14,972Success
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 09:567,691111,580,37734,609,93402,260,992
2Oct 16, 2021 09:557,69998,929,11734,645,29302,260,992
3Oct 16, 2021 09:557,751122,542,19034,878,26502,265,088
4Oct 16, 2021 09:567,762106,249,90534,931,21402,260,992
5Oct 16, 2021 09:567,819135,872,27435,185,79702,273,280
6Oct 16, 2021 09:557,832107,346,80635,242,06502,269,184
7Oct 16, 2021 09:5514,788260,615,02035,490,00031,054,00029,548,544
8Oct 16, 2021 09:5514,876255,286,84234,001,00032,939,00029,544,448
9Oct 16, 2021 09:5614,888256,738,24129,369,00037,629,00029,495,296
10Oct 16, 2021 09:5614,893256,250,74833,509,00033,509,00029,753,344
11Oct 16, 2021 09:5514,957257,977,31031,674,00035,634,00029,630,464
12Oct 16, 2021 09:5614,961253,293,78533,663,00033,663,00029,556,736
13Oct 16, 2021 09:5614,972259,497,23835,933,00031,441,00029,630,464
14Oct 16, 2021 09:5614,979254,476,35331,720,00035,685,00029,630,464
15Oct 16, 2021 09:5514,981253,959,57330,818,00036,597,00029,732,864
16Oct 16, 2021 09:5514,991253,765,95333,729,00033,729,00029,630,464
17Oct 16, 2021 09:5614,999256,929,20530,420,00037,075,00029,540,352
18Oct 16, 2021 09:5515,006259,104,14832,741,00034,787,00029,556,736
19Oct 16, 2021 09:5615,045252,366,08231,916,00035,785,00029,495,296
20Oct 16, 2021 09:5615,051253,882,33934,403,00033,328,00029,630,464
21Oct 16, 2021 09:5515,075258,469,04234,457,00033,381,00029,499,392
22Oct 16, 2021 09:5515,083256,382,02332,909,00034,966,00029,593,600
23Oct 16, 2021 09:5615,132260,899,11038,229,00029,867,00029,548,544
24Oct 16, 2021 09:5515,464266,340,27240,289,00029,301,00029,548,544