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 11, 2021 01:54Yuriy LyfenkoYuriy LyfenkoScore: 15,419Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 11, 2021 01:548,20089,738,88836,899,73302,256,896
2Oct 11, 2021 01:548,201115,431,20236,906,13302,256,896
3Oct 11, 2021 01:548,204100,295,26736,918,79002,252,800
4Oct 11, 2021 01:5415,376258,662,73035,584,00033,607,00029,675,520
5Oct 11, 2021 01:5415,385262,633,42939,083,00030,149,00029,638,656
6Oct 11, 2021 01:5415,401261,186,78142,037,00027,267,00029,671,424
7Oct 11, 2021 01:5415,419259,550,62937,754,00031,632,00029,675,520
8Oct 11, 2021 01:5415,426259,777,27630,852,00038,565,00029,659,136
9Oct 11, 2021 01:5415,510257,610,69930,536,00039,261,00029,675,520
10Oct 11, 2021 01:5415,516258,073,42941,207,00028,616,00029,675,520
11Oct 11, 2021 01:5415,672263,076,11536,842,00033,684,00029,708,288
12Oct 11, 2021 01:5415,741259,671,25340,321,00030,513,00029,544,448