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 23:13Yurkov AlekseyYurkov AlekseyScore: 16,030Success
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 23:138,702109,253,14039,159,81302,260,992
2Oct 15, 2021 23:138,737108,566,00039,316,69602,269,184
3Oct 15, 2021 23:138,738116,070,90439,321,43502,260,992
4Oct 15, 2021 23:138,743102,131,56339,342,37002,273,280
5Oct 15, 2021 23:138,747106,553,41239,362,47802,273,280
6Oct 15, 2021 23:138,757115,270,19839,407,19802,265,088
7Oct 15, 2021 23:1315,984265,193,43238,019,00033,909,00029,515,776
8Oct 15, 2021 23:1315,985257,816,98035,966,00035,966,00029,630,464
9Oct 15, 2021 23:1315,990258,965,02136,483,00035,470,00029,532,160
10Oct 15, 2021 23:1315,992256,997,16537,545,00034,417,00029,593,600
11Oct 15, 2021 23:1316,012258,257,86835,558,00036,494,00029,646,848
12Oct 15, 2021 23:1316,026268,178,87238,120,00033,999,00029,626,368
13Oct 15, 2021 23:1316,030260,290,87642,365,00029,770,00029,630,464
14Oct 15, 2021 23:1316,048265,510,27238,802,00033,413,00029,630,464
15Oct 15, 2021 23:1316,070257,824,13241,164,00031,151,00029,728,768
16Oct 15, 2021 23:1316,072256,035,95337,735,00034,590,00029,499,392
17Oct 15, 2021 23:1316,096264,762,94938,285,00034,146,00029,663,232
18Oct 15, 2021 23:1316,096259,093,03738,285,00034,146,00029,663,232
19Oct 15, 2021 23:1316,100256,208,08340,617,00031,835,00029,638,656
20Oct 15, 2021 23:1316,128258,922,05541,311,00031,263,00029,646,848
21Oct 15, 2021 23:1316,154269,188,63642,026,00030,667,00029,614,080
22Oct 15, 2021 23:1316,180266,646,90943,230,00029,578,00029,495,296
23Oct 15, 2021 23:1316,181256,376,89438,487,00034,326,00029,540,352
24Oct 15, 2021 23:1316,195260,430,59740,246,00032,632,00029,663,232