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 07:19Ilya AniskovetsIlya AniskovetsScore: 14,991Success
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 07:187,70197,126,73334,656,42802,260,992
2Oct 15, 2021 07:197,730112,871,25634,783,96902,281,472
3Oct 15, 2021 07:187,74698,739,84434,856,95402,277,376
4Oct 15, 2021 07:197,75794,133,35734,906,21902,260,992
5Oct 15, 2021 07:187,81586,109,15535,166,97302,273,280
6Oct 15, 2021 07:197,819109,754,18735,185,68202,265,088
7Oct 15, 2021 07:1814,701238,304,94831,640,00034,516,00027,566,080
8Oct 15, 2021 07:1914,901255,385,09832,511,00034,543,00029,642,752
9Oct 15, 2021 07:1914,916253,211,28533,560,00033,560,00029,532,160
10Oct 15, 2021 07:1814,952251,943,15433,141,00034,145,00029,663,232
11Oct 15, 2021 07:1914,960255,839,57429,509,00037,809,00029,495,296
12Oct 15, 2021 07:1814,983249,579,60535,317,00032,107,00029,528,064
13Oct 15, 2021 07:1814,991252,930,54534,248,00033,211,00028,844,032
14Oct 15, 2021 07:1914,999263,205,29137,752,00029,744,00029,532,160
15Oct 15, 2021 07:1815,031257,835,92234,341,00033,300,00029,630,464
16Oct 15, 2021 07:1815,035260,299,59932,313,00035,343,00029,556,736
17Oct 15, 2021 07:1915,045255,093,99639,197,00028,507,00029,528,064
18Oct 15, 2021 07:1915,086252,917,82233,436,00034,449,00029,540,352
19Oct 15, 2021 07:1815,093258,297,04729,490,00038,427,00029,495,296
20Oct 15, 2021 07:1815,105253,580,50329,393,00038,579,00029,544,448
21Oct 15, 2021 07:1915,132257,792,38639,240,00028,853,00029,724,672
22Oct 15, 2021 07:1815,153250,809,24131,624,00036,565,00029,618,176
23Oct 15, 2021 07:1915,167254,886,72433,616,00034,635,00029,626,368
24Oct 15, 2021 07:1915,298253,204,02434,950,00033,890,00029,663,232