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 07:14Ilya AniskovetsIlya AniskovetsScore: 17,142Success
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 07:069,769108,992,87943,960,92202,273,280
2Oct 15, 2021 07:149,777104,024,24243,996,54802,265,088
3Oct 15, 2021 07:069,797104,918,13944,087,32002,273,280
4Oct 15, 2021 07:149,825111,609,96344,212,30302,260,992
5Oct 15, 2021 07:069,875108,344,18144,439,33402,269,184
6Oct 15, 2021 07:149,896111,402,36544,533,27202,277,376
7Oct 15, 2021 07:0616,958257,159,56241,717,00034,594,00028,844,032
8Oct 15, 2021 07:0617,006260,946,52444,641,00031,886,00029,491,200
9Oct 15, 2021 07:0617,011265,794,36445,716,00030,832,00029,630,464
10Oct 15, 2021 07:1417,059265,021,67146,059,00030,706,00029,663,232
11Oct 15, 2021 07:0617,100262,107,62144,273,00032,677,00029,630,464
12Oct 15, 2021 07:1417,105265,441,95243,688,00033,286,00029,663,232
13Oct 15, 2021 07:0617,142261,474,26945,632,00031,508,00029,548,544
14Oct 15, 2021 07:0617,148268,897,43543,213,00033,953,00029,548,544
15Oct 15, 2021 07:1417,149265,343,31045,854,00031,315,00029,663,232
16Oct 15, 2021 07:0617,158266,537,09241,050,00036,163,00029,724,672
17Oct 15, 2021 07:0617,170263,982,63044,455,00032,812,00029,552,640
18Oct 15, 2021 07:1417,178262,425,23748,457,00028,843,00029,626,368
19Oct 15, 2021 07:1417,184266,922,79141,638,00035,689,00029,499,392
20Oct 15, 2021 07:1417,205265,792,79441,688,00035,733,00029,560,832
21Oct 15, 2021 07:1417,228262,779,04745,224,00032,302,00029,495,296
22Oct 15, 2021 07:1417,311268,929,42146,081,00031,818,00029,618,176
23Oct 15, 2021 07:0617,331260,350,96443,674,00034,315,00028,839,936
24Oct 15, 2021 07:1417,364268,642,05243,182,00034,957,00029,630,464