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 10, 2021 22:50Yurkov AlekseyYurkov AlekseyScore: 21,503Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 10, 2021 22:5013,068135,867,91058,804,96902,285,568
2Oct 10, 2021 22:4913,069132,914,39058,808,92402,273,280
3Oct 10, 2021 22:4913,073131,471,67658,828,84702,277,376
4Oct 10, 2021 22:5013,073119,277,15358,829,10802,269,184
5Oct 10, 2021 22:5013,076126,434,44258,841,26302,273,280
6Oct 10, 2021 22:4913,093125,423,34758,920,21702,285,568
7Oct 10, 2021 22:4921,290281,617,95261,590,00034,217,00029,724,672
8Oct 10, 2021 22:4921,360283,271,85957,672,00038,448,00029,630,464
9Oct 10, 2021 22:4921,401277,314,38063,312,00032,993,00029,585,408
10Oct 10, 2021 22:4921,460282,694,66263,992,00032,578,00029,630,464
11Oct 10, 2021 22:5021,464283,224,15363,320,00033,269,00029,626,368
12Oct 10, 2021 22:5021,488282,620,57561,022,00035,674,00029,495,296
13Oct 10, 2021 22:4921,503290,214,43465,235,00031,530,00029,544,448
14Oct 10, 2021 22:4921,881296,535,11161,781,00036,682,00029,593,600
15Oct 10, 2021 22:4921,934296,116,75567,044,00031,660,00029,544,448
16Oct 10, 2021 22:5021,934294,029,47758,801,00039,901,00029,544,448
17Oct 10, 2021 22:5021,958299,140,96362,549,00036,260,00029,556,736
18Oct 10, 2021 22:4921,984295,329,53069,896,00029,034,00029,601,792
19Oct 10, 2021 22:5022,010295,949,85457,343,00041,704,00029,597,696
20Oct 10, 2021 22:4922,093311,622,69459,865,00039,553,00029,728,768
21Oct 10, 2021 22:5022,152297,860,78563,717,00035,969,00029,581,312
22Oct 10, 2021 22:5022,208298,582,52569,275,00030,662,00029,732,864
23Oct 10, 2021 22:5022,230302,429,12664,172,00035,861,00029,552,640
24Oct 10, 2021 22:5022,324306,378,31666,211,00034,247,00029,560,832