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 09:17Andrey TsvetkovAndrey TsvetkovScore: 492,266Success
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 09:17197,420951,207,781888,390,39402,240,512
2Oct 10, 2021 09:17197,583940,673,078889,125,15902,236,416
3Oct 10, 2021 09:17202,512968,649,678911,305,29802,244,608
4Oct 10, 2021 09:17492,2662,278,330,6992,215,197,55002,224,128
5Oct 10, 2021 09:17497,1272,290,686,9232,237,073,12402,240,512
6Oct 10, 2021 09:17502,9912,317,273,8642,263,457,82202,224,128