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 15, 2021 19:24Yuriy LyfenkoYuriy LyfenkoScore: 13,287Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 15, 2021 19:245,98769,139,24026,942,38602,252,800
2Oct 15, 2021 19:245,99187,203,71526,958,41302,244,608
3Oct 15, 2021 19:165,991100,121,17226,961,08902,252,800
4Oct 15, 2021 19:165,99290,482,28726,965,36602,256,896
5Oct 15, 2021 19:245,99398,049,15726,969,64502,240,512
6Oct 15, 2021 19:165,994114,928,72726,970,90802,252,800
7Oct 15, 2021 19:1613,082243,258,84028,878,00029,989,00029,683,712
8Oct 15, 2021 19:1613,202250,157,24129,704,00029,704,00029,626,368
9Oct 15, 2021 19:2413,240247,257,44424,589,00034,993,00029,712,384
10Oct 15, 2021 19:2413,242252,116,20524,422,00035,168,00029,511,680
11Oct 15, 2021 19:1613,249250,954,86725,698,00033,922,00029,667,328
12Oct 15, 2021 19:2413,260249,989,46527,703,00031,966,00029,675,520
13Oct 15, 2021 19:1613,287255,461,24125,909,00033,881,00029,691,904
14Oct 15, 2021 19:2413,290244,299,28826,044,00033,761,00029,659,136
15Oct 15, 2021 19:1613,304249,173,33026,259,00033,611,00029,663,232
16Oct 15, 2021 19:1613,336245,287,12024,004,00036,006,00029,708,288
17Oct 15, 2021 19:2413,367254,443,18525,487,00034,663,00029,626,368
18Oct 15, 2021 19:2413,369247,671,77525,491,00034,668,00029,704,192
19Oct 15, 2021 19:2413,409249,652,94127,523,00032,816,00029,577,216
20Oct 15, 2021 19:1613,413247,162,75726,598,00033,759,00029,675,520
21Oct 15, 2021 19:1613,430254,220,24030,217,00030,217,00029,659,136
22Oct 15, 2021 19:1613,480255,627,19032,187,00028,473,00029,667,328
23Oct 15, 2021 19:2413,504254,763,73324,686,00036,080,00029,708,288
24Oct 15, 2021 19:2413,517246,888,13727,266,00033,559,00029,667,328