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 23:40Yurkov AlekseyYurkov AlekseyScore: 16,703Success
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 23:409,035110,961,47240,656,85402,265,088
2Oct 15, 2021 23:399,061105,979,68240,774,72102,273,280
3Oct 15, 2021 23:409,065104,840,77440,793,13602,269,184
4Oct 15, 2021 23:399,069101,254,39140,811,23302,273,280
5Oct 15, 2021 23:399,073119,143,98940,829,98102,277,376
6Oct 15, 2021 23:409,082103,764,07540,870,65302,273,280
7Oct 15, 2021 23:3916,584261,536,90343,264,00031,366,00029,667,328
8Oct 15, 2021 23:4016,595259,901,80643,929,00030,750,00029,552,640
9Oct 15, 2021 23:3916,637262,063,92644,697,00030,170,00029,663,232
10Oct 15, 2021 23:3916,637262,419,49439,403,00035,463,00029,626,368
11Oct 15, 2021 23:4016,655262,631,74844,535,00030,414,00029,618,176
12Oct 15, 2021 23:4016,670264,742,27641,793,00033,220,00029,663,232
13Oct 15, 2021 23:4016,703267,713,65343,573,00031,590,00029,663,232
14Oct 15, 2021 23:3916,712266,110,22642,507,00032,698,00029,552,640
15Oct 15, 2021 23:3916,721267,208,90943,450,00031,793,00029,667,328
16Oct 15, 2021 23:4016,733267,536,06140,703,00034,597,00029,593,600
17Oct 15, 2021 23:4016,735261,562,73141,264,00034,043,00029,630,464
18Oct 15, 2021 23:3916,736262,890,23751,060,00024,253,00029,663,232
19Oct 15, 2021 23:3916,785264,702,63142,692,00032,840,00029,495,296
20Oct 15, 2021 23:4016,810268,661,73539,295,00036,348,00029,663,232
21Oct 15, 2021 23:4016,831265,020,63543,129,00032,609,00029,544,448
22Oct 15, 2021 23:3916,847263,135,02843,949,00031,863,00029,630,464
23Oct 15, 2021 23:3916,880262,513,02041,623,00034,338,00029,495,296
24Oct 15, 2021 23:4016,968264,992,84943,017,00033,338,00029,630,464