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 17:02Ilya AniskovetsIlya AniskovetsScore: 14,568Success
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 17:027,091107,156,92331,911,21302,277,376
2Oct 16, 2021 17:047,11898,846,78532,032,02302,273,280
3Oct 16, 2021 17:047,143102,642,39832,141,47602,273,280
4Oct 16, 2021 17:027,149111,460,79032,168,67802,273,280
5Oct 16, 2021 17:047,179103,375,55232,306,41502,277,376
6Oct 16, 2021 17:027,19495,942,86432,372,90802,277,376
7Oct 16, 2021 17:0214,372239,061,18129,397,00035,277,00027,717,632
8Oct 16, 2021 17:0214,462248,087,94828,711,00036,368,00029,659,136
9Oct 16, 2021 17:0214,505252,365,70527,579,00037,692,00029,548,544
10Oct 16, 2021 17:0214,535253,780,37936,207,00029,199,00029,614,080
11Oct 16, 2021 17:0414,544253,241,91728,455,00036,992,00029,552,640
12Oct 16, 2021 17:0414,555249,786,68832,749,00032,749,00029,581,312
13Oct 16, 2021 17:0414,568247,940,41336,804,00028,753,00029,556,736
14Oct 16, 2021 17:0414,578249,382,55830,812,00034,788,00029,491,200
15Oct 16, 2021 17:0414,615251,838,14431,366,00034,402,00029,667,328
16Oct 16, 2021 17:0214,619252,241,17030,362,00035,422,00029,741,056
17Oct 16, 2021 17:0214,642253,896,47029,180,00036,710,00029,548,544
18Oct 16, 2021 17:0414,652260,610,59631,937,00033,997,00029,483,008
19Oct 16, 2021 17:0414,665261,053,56034,061,00031,932,00029,544,448
20Oct 16, 2021 17:0214,675258,566,79232,494,00033,542,00029,548,544
21Oct 16, 2021 17:0414,682251,836,11228,847,00037,222,00029,663,232
22Oct 16, 2021 17:0214,778252,513,52729,777,00036,725,00029,614,080
23Oct 16, 2021 17:0414,809258,721,16130,380,00036,260,00029,511,680
24Oct 16, 2021 17:0214,868246,752,71032,408,00034,499,00027,889,664