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 00:57Yuriy LyfenkoYuriy LyfenkoScore: 16,952Success
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 00:579,811110,502,82844,148,98102,256,896
2Oct 11, 2021 00:579,812104,576,61844,152,13502,252,800
3Oct 11, 2021 00:579,824108,682,41744,209,04002,252,800
4Oct 11, 2021 00:5716,814264,959,54343,379,00032,282,00029,675,520
5Oct 11, 2021 00:5716,819262,047,53040,237,00035,447,00029,663,232
6Oct 11, 2021 00:5716,935262,455,63043,845,00032,362,00029,577,216
7Oct 11, 2021 00:5716,952270,695,37845,560,00030,726,00029,544,448
8Oct 11, 2021 00:5716,976260,140,16641,212,00035,181,00029,671,424
9Oct 11, 2021 00:5717,046272,122,99743,978,00032,728,00029,679,616
10Oct 11, 2021 00:5717,068267,595,92147,182,00029,626,00029,675,520
11Oct 11, 2021 00:5717,082270,577,89438,898,00037,972,00029,659,136
12Oct 11, 2021 00:5717,280277,979,96046,886,00030,876,00029,667,328