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 15, 2021 14:23Ilya AniskovetsIlya AniskovetsScore: 14,829Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 15, 2021 14:227,41495,212,18833,361,24702,265,088
2Oct 15, 2021 14:237,42593,495,81333,414,68002,281,472
3Oct 15, 2021 14:237,42793,409,07033,423,25802,277,376
4Oct 15, 2021 14:227,44492,386,46933,496,43902,277,376
5Oct 15, 2021 14:227,50491,955,84133,766,99802,277,376
6Oct 15, 2021 14:237,53498,518,75733,901,79502,273,280
7Oct 15, 2021 14:2214,676255,663,80130,557,00035,485,00029,630,464
8Oct 15, 2021 14:2314,716250,675,58829,847,00036,377,00029,548,544
9Oct 15, 2021 14:2314,735250,771,65731,145,00035,164,00029,630,464
10Oct 15, 2021 14:2214,741250,626,07928,303,00038,032,00029,691,904
11Oct 15, 2021 14:2314,808256,603,10532,277,00034,359,00029,696,000
12Oct 15, 2021 14:2214,817252,552,47933,852,00032,826,00029,630,464
13Oct 15, 2021 14:2214,829245,817,87535,006,00031,724,00029,491,200
14Oct 15, 2021 14:2214,833258,179,38133,374,00033,374,00029,667,328
15Oct 15, 2021 14:2214,841254,217,32832,410,00034,374,00029,552,640
16Oct 15, 2021 14:2314,876261,994,81332,940,00034,002,00029,548,544
17Oct 15, 2021 14:2214,880252,528,60435,641,00031,321,00029,630,464
18Oct 15, 2021 14:2314,890262,228,31829,780,00037,226,00029,544,448
19Oct 15, 2021 14:2314,914253,181,60932,055,00035,060,00029,597,696
20Oct 15, 2021 14:2314,940258,189,44931,178,00036,050,00029,720,576
21Oct 15, 2021 14:2314,952254,121,83930,416,00036,868,00029,663,232
22Oct 15, 2021 14:2214,953257,553,97534,196,00033,093,00029,757,440
23Oct 15, 2021 14:2215,027262,462,82231,822,00035,800,00029,630,464
24Oct 15, 2021 14:2315,056258,541,62531,347,00036,404,00029,544,448