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 listJun 12, 2023 21:18Victor MuñozVictor MuñozScore: 10,932Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 12, 2023 21:193,63282,242,50716,345,50102,252,800
2Jun 12, 2023 21:173,633100,849,09816,346,74502,248,704
3Jun 12, 2023 21:183,63677,980,68816,362,11602,256,896
4Jun 12, 2023 21:183,63861,283,58016,369,65502,256,896
5Jun 12, 2023 21:183,64085,077,02516,381,27802,252,800
6Jun 12, 2023 21:193,64685,382,63016,406,66302,240,512
7Jun 12, 2023 21:173,64883,762,38316,417,67602,248,704
8Jun 12, 2023 21:193,66163,628,81516,474,51902,252,800
9Jun 12, 2023 21:173,67381,183,43416,529,60102,244,608
10Jun 12, 2023 21:1710,803246,254,99915,251,00033,362,00029,675,520
11Jun 12, 2023 21:1710,846235,992,32714,079,00034,730,00029,540,352
12Jun 12, 2023 21:1710,907243,314,20317,072,00032,011,00029,655,040
13Jun 12, 2023 21:1710,915233,396,14915,036,00034,083,00029,736,960
14Jun 12, 2023 21:1810,932235,024,87313,416,00035,777,00029,708,288
15Jun 12, 2023 21:1810,967237,841,25615,422,00033,929,00029,659,136
16Jun 12, 2023 21:1810,976238,111,47714,635,00034,758,00029,708,288
17Jun 12, 2023 21:1810,997240,971,12416,846,00032,639,00029,708,288
18Jun 12, 2023 21:1711,022245,657,75515,500,00034,101,00029,659,136
19Jun 12, 2023 21:1711,022237,608,60018,895,00030,705,00029,540,352
20Jun 12, 2023 21:1711,052239,932,61615,225,00034,510,00029,708,288
21Jun 12, 2023 21:1811,081240,798,90513,357,00036,509,00029,544,448
22Jun 12, 2023 21:1711,085242,313,38518,561,00031,323,00029,708,288
23Jun 12, 2023 21:1811,096245,053,31118,158,00031,776,00029,515,776
24Jun 12, 2023 21:1811,115239,499,37315,099,00034,918,00029,659,136
25Jun 12, 2023 21:1711,140238,443,97313,427,00036,702,00029,663,232
26Jun 12, 2023 21:1811,151239,737,66214,758,00035,420,00029,577,216
27Jun 12, 2023 21:1811,364244,654,37722,729,00028,411,00029,503,488