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 15:05Andrey TsvetkovAndrey TsvetkovScore: 27,980Success
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 15:057,801104,759,34835,102,32902,265,088
2Oct 10, 2021 15:057,80299,473,91835,108,06902,260,992
3Oct 10, 2021 15:057,821101,063,29635,193,14502,252,800
4Oct 10, 2021 15:3018,626156,288,76783,815,78202,236,416
5Oct 10, 2021 15:0518,629162,443,82383,831,36302,248,704
6Oct 10, 2021 15:3018,639152,210,55183,874,71502,240,512
7Oct 10, 2021 15:0518,639153,183,88983,873,43002,232,320
8Oct 10, 2021 15:0518,641157,890,12583,883,03102,232,320
9Oct 10, 2021 15:3018,648143,840,08683,915,43402,240,512
10Oct 10, 2021 15:3018,650155,174,45783,925,71402,244,608
11Oct 10, 2021 15:3018,673157,669,01284,028,97702,236,416
12Oct 10, 2021 15:3018,682147,545,58484,069,43102,248,704
13Oct 10, 2021 15:3027,421309,798,28584,979,00038,415,00029,577,216
14Oct 10, 2021 15:3027,872320,592,43496,158,00029,265,00029,569,024
15Oct 10, 2021 15:0527,903329,106,11386,523,00039,041,00029,642,752
16Oct 10, 2021 15:3027,980333,855,58393,194,00032,717,00029,638,656
17Oct 10, 2021 15:3027,993334,329,96983,650,00042,317,00029,642,752
18Oct 10, 2021 15:0528,024330,221,09884,685,00041,422,00029,577,216
19Oct 10, 2021 15:3028,059326,670,75287,917,00038,347,00029,569,024
20Oct 10, 2021 15:3028,061328,159,73291,651,00034,623,00029,569,024
21Oct 10, 2021 15:0528,094326,211,74291,307,00035,118,00029,704,192
22Oct 10, 2021 15:3028,096329,874,30194,826,00031,608,00029,679,616
23Oct 10, 2021 15:0528,099329,385,62596,902,00029,543,00028,872,704
24Oct 10, 2021 15:3028,137324,210,46194,444,00032,173,00029,564,928
25Oct 10, 2021 15:0528,167325,400,21290,246,00036,504,00029,577,216
26Oct 10, 2021 15:0528,192326,242,89388,390,00038,475,00029,581,312
27Oct 10, 2021 15:0528,243336,446,44388,582,00038,513,00029,507,584
28Oct 10, 2021 15:3028,246332,667,44294,038,00033,068,00029,507,584
29Oct 10, 2021 15:0528,316337,058,19596,107,00031,315,00029,503,488
30Oct 10, 2021 15:0528,344334,723,30891,393,00036,155,00029,741,056