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 14:23Ilya AniskovetsIlya AniskovetsScore: 15,072Success
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 14:237,59890,883,74634,191,96102,269,184
2Oct 15, 2021 14:237,608106,654,62734,237,70102,273,280
3Oct 15, 2021 14:237,647105,987,66134,413,72102,273,280
4Oct 15, 2021 14:237,651109,850,16934,428,47402,273,280
5Oct 15, 2021 14:237,74382,657,73934,845,55602,277,376
6Oct 15, 2021 14:237,75198,625,43834,881,06902,281,472
7Oct 15, 2021 14:2314,910256,800,40036,298,00030,798,00029,569,024
8Oct 15, 2021 14:2314,950259,218,19231,715,00035,559,00029,663,232
9Oct 15, 2021 14:2314,979260,199,98438,844,00028,561,00029,679,616
10Oct 15, 2021 14:2314,990257,315,56236,492,00030,963,00029,556,736
11Oct 15, 2021 14:2315,004261,280,94633,760,00033,760,00029,552,640
12Oct 15, 2021 14:2315,041259,659,74740,611,00027,074,00029,552,640
13Oct 15, 2021 14:2315,072257,616,08533,912,00033,912,00029,552,640
14Oct 15, 2021 14:2315,072263,231,95931,917,00035,907,00029,663,232
15Oct 15, 2021 14:2315,104258,813,48832,955,00035,015,00029,614,080
16Oct 15, 2021 14:2315,110253,777,78432,561,00035,434,00029,552,640
17Oct 15, 2021 14:2315,111256,081,40934,523,00033,477,00029,716,480
18Oct 15, 2021 14:2315,111260,990,95536,125,00031,875,00029,462,528
19Oct 15, 2021 14:2315,140254,459,08532,584,00035,547,00029,663,232
20Oct 15, 2021 14:2315,189253,282,37235,243,00033,107,00029,552,640
21Oct 15, 2021 14:2315,220260,429,32131,834,00036,657,00029,544,448
22Oct 15, 2021 14:2315,303261,077,13932,006,00036,856,00029,548,544
23Oct 15, 2021 14:2315,311259,885,10939,372,00029,529,00029,663,232
24Oct 15, 2021 14:2315,415265,050,31635,217,00034,150,00029,630,464