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 10, 2021 23:07Yuriy LyfenkoYuriy LyfenkoScore: 17,922Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 10, 2021 23:1010,662124,552,17947,980,31602,252,800
2Oct 10, 2021 23:0710,664112,450,11147,986,63002,256,896
3Oct 10, 2021 23:0710,710116,104,22448,195,15202,252,800
4Oct 10, 2021 23:1010,711136,516,92148,198,51702,256,896
5Oct 10, 2021 23:1010,712112,200,94648,206,19602,248,704
6Oct 10, 2021 23:0710,716113,638,08748,220,56302,260,992
7Oct 10, 2021 23:1017,798267,238,06450,190,00029,900,00029,708,288
8Oct 10, 2021 23:1017,798268,940,00946,635,00033,456,00029,634,560
9Oct 10, 2021 23:1017,831269,899,54547,550,00032,690,00029,679,616
10Oct 10, 2021 23:0717,852271,240,22554,310,00026,023,00029,409,280
11Oct 10, 2021 23:1017,864275,304,92845,521,00034,867,00029,499,392
12Oct 10, 2021 23:1017,872272,170,32946,667,00033,759,00029,708,288
13Oct 10, 2021 23:1017,922269,610,67644,697,00035,952,00029,696,000
14Oct 10, 2021 23:0717,931268,534,64146,108,00034,581,00029,642,752
15Oct 10, 2021 23:0717,959271,506,02153,108,00027,708,00029,659,136
16Oct 10, 2021 23:0717,986271,707,30451,406,00029,531,00029,687,808
17Oct 10, 2021 23:1018,007271,382,87148,826,00032,204,00029,708,288
18Oct 10, 2021 23:1018,056270,840,92246,571,00034,681,00029,536,256
19Oct 10, 2021 23:0718,059279,035,59748,347,00032,917,00029,708,288
20Oct 10, 2021 23:0718,062272,025,71856,177,00025,100,00029,609,984
21Oct 10, 2021 23:0718,107266,566,07646,141,00035,342,00028,352,512
22Oct 10, 2021 23:1018,115271,766,88646,161,00035,357,00029,618,176
23Oct 10, 2021 23:0718,147272,830,81047,551,00034,112,00029,687,808
24Oct 10, 2021 23:0718,294274,277,55651,320,00031,005,00029,487,104