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 listNov 8, 2021 08:19Ilya AniskovetsIlya AniskovetsScore: 14,616Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 8, 2021 08:197,138108,619,51732,119,40902,277,376
2Nov 8, 2021 08:197,17394,347,82232,280,35902,277,376
3Nov 8, 2021 08:197,193106,208,10232,368,95502,273,280
4Nov 8, 2021 08:197,20989,602,48232,438,40402,273,280
5Nov 8, 2021 08:197,236105,078,50032,563,24802,252,800
6Nov 8, 2021 08:197,25992,408,57232,666,84502,273,280
7Nov 8, 2021 08:1914,322254,066,61734,448,00030,003,00029,491,200
8Nov 8, 2021 08:1914,400252,765,73230,904,00033,895,00029,556,736
9Nov 8, 2021 08:1914,559256,221,45033,312,00032,202,00029,548,544
10Nov 8, 2021 08:1914,573251,493,13632,789,00032,789,00029,732,864
11Nov 8, 2021 08:1914,587255,397,89029,491,00036,151,00029,544,448
12Nov 8, 2021 08:1914,595258,174,63328,676,00037,002,00029,663,232
13Nov 8, 2021 08:1914,616255,549,23432,347,00033,425,00029,548,544
14Nov 8, 2021 08:1914,635254,975,45633,487,00032,371,00029,548,544
15Nov 8, 2021 08:1914,657250,710,36132,454,00033,501,00029,696,000
16Nov 8, 2021 08:1914,733250,727,84533,150,00033,150,00029,536,256
17Nov 8, 2021 08:1914,791263,232,47736,198,00030,360,00029,650,944
18Nov 8, 2021 08:1914,797255,278,58732,782,00033,806,00029,728,768
19Nov 8, 2021 08:1914,816260,595,24429,954,00036,718,00029,552,640
20Nov 8, 2021 08:1914,881255,689,69831,452,00035,511,00029,495,296
21Nov 8, 2021 08:1915,032257,471,62530,390,00037,252,00029,495,296
22Nov 8, 2021 08:1915,144255,911,82531,531,00036,616,00029,630,464
23Nov 8, 2021 08:1915,194262,332,54130,719,00037,655,00029,564,928
24Nov 8, 2021 08:1915,657270,719,93233,602,00036,854,00029,515,776