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 listSep 23, 2025 06:42Tejas G.Tejas G.Score: 10,245Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 23, 2025 06:4210,21073,591,07243,947,0001,997,0002,404,352
2Sep 23, 2025 06:4210,22472,760,16446,010,00002,273,280
3Sep 23, 2025 06:4210,22674,817,91344,018,0002,000,0002,273,280
4Sep 23, 2025 06:4210,22769,557,81644,022,0002,001,0002,396,160
5Sep 23, 2025 06:4210,24569,758,48545,099,0001,002,0002,273,280
6Sep 23, 2025 06:4210,24573,523,37544,097,0002,004,0002,273,280
7Sep 23, 2025 06:4210,25571,417,63545,146,0001,003,0002,273,280
8Sep 23, 2025 06:4210,25769,182,04744,149,0002,006,0002,404,352
9Sep 23, 2025 06:4210,26575,179,95045,189,0001,004,0002,273,280