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 16, 2021 08:01Ilya AniskovetsIlya AniskovetsScore: 14,686Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 16, 2021 08:017,20292,164,06832,409,79802,269,184
2Oct 16, 2021 07:597,215106,356,10232,469,52802,265,088
3Oct 16, 2021 07:597,22091,502,33532,488,03302,256,896
4Oct 16, 2021 08:017,27189,166,65532,717,73702,273,280
5Oct 16, 2021 07:597,336107,690,17033,010,55802,269,184
6Oct 16, 2021 08:017,36095,047,27533,118,10002,269,184
7Oct 16, 2021 07:5914,604250,700,53430,867,00034,850,00029,630,464
8Oct 16, 2021 07:5914,607250,426,57429,965,00035,765,00029,728,768
9Oct 16, 2021 08:0114,638255,975,57834,556,00031,317,00029,593,600
10Oct 16, 2021 08:0114,657259,117,44029,727,00036,230,00029,630,464
11Oct 16, 2021 08:0114,660252,064,14434,050,00031,922,00029,663,232
12Oct 16, 2021 08:0114,666250,923,39035,703,00030,293,00029,478,912
13Oct 16, 2021 07:5914,686254,843,31934,725,00031,364,00029,663,232
14Oct 16, 2021 07:5914,686256,975,61531,040,00035,045,00029,761,536
15Oct 16, 2021 07:5914,700253,354,79929,401,00036,751,00029,478,912
16Oct 16, 2021 07:5914,718253,801,01233,116,00033,116,00029,679,616
17Oct 16, 2021 07:5914,734264,795,84031,621,00034,681,00029,724,672
18Oct 16, 2021 07:5914,755254,501,38032,162,00034,237,00029,573,120
19Oct 16, 2021 08:0114,756254,975,70333,200,00033,200,00029,491,200
20Oct 16, 2021 08:0114,836264,023,83232,851,00033,911,00029,495,296
21Oct 16, 2021 08:0114,861250,480,73731,846,00035,030,00029,630,464
22Oct 16, 2021 07:5914,875259,023,21332,423,00034,514,00029,548,544
23Oct 16, 2021 08:0114,986263,854,42832,162,00035,275,00029,548,544
24Oct 16, 2021 08:0114,990259,272,44934,853,00032,604,00029,663,232