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:57Ilya AniskovetsIlya AniskovetsScore: 14,408Success
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:577,037104,675,03731,668,66502,273,280
2Oct 16, 2021 09:487,046100,417,04631,705,34602,273,280
3Oct 16, 2021 09:487,05592,224,17431,748,60802,277,376
4Oct 16, 2021 09:577,092109,769,80931,914,07302,269,184
5Oct 16, 2021 09:577,10099,884,11431,949,28302,269,184
6Oct 16, 2021 09:487,124113,659,28532,057,77902,273,280
7Oct 16, 2021 09:4814,309251,177,87132,196,00032,196,00029,536,256
8Oct 16, 2021 09:4814,338253,641,82928,987,00035,533,00029,663,232
9Oct 16, 2021 09:4814,356252,273,39629,737,00034,865,00029,724,672
10Oct 16, 2021 09:4814,359249,955,29231,265,00033,350,00029,626,368
11Oct 16, 2021 09:5714,392251,655,94631,369,00033,393,00029,552,640
12Oct 16, 2021 09:5714,407254,815,46434,009,00030,821,00029,663,232
13Oct 16, 2021 09:4814,408248,034,21826,114,00038,721,00029,552,640
14Oct 16, 2021 09:4814,457252,606,09139,034,00026,022,00029,581,312
15Oct 16, 2021 09:5714,506250,260,23532,639,00032,639,00029,548,544
16Oct 16, 2021 09:4814,513254,403,31630,063,00035,247,00029,732,864
17Oct 16, 2021 09:5714,524252,106,37534,932,00030,424,00029,597,696
18Oct 16, 2021 09:4814,532252,021,79832,195,00033,201,00029,630,464
19Oct 16, 2021 09:5714,551251,240,10635,078,00030,401,00029,548,544
20Oct 16, 2021 09:4814,582255,747,26632,809,00032,809,00029,630,464
21Oct 16, 2021 09:5714,621253,409,37232,898,00032,898,00029,724,672
22Oct 16, 2021 09:5714,652255,601,07432,966,00032,966,00029,634,560
23Oct 16, 2021 09:5714,655256,640,12838,574,00027,375,00029,552,640
24Oct 16, 2021 09:5714,656267,826,25935,973,00029,977,00029,495,296