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 07:58Ilya AniskovetsIlya AniskovetsScore: 16,067Success
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 07:587,30093,404,53432,850,73902,220,032
2Oct 16, 2021 07:587,30691,709,99832,877,59602,260,992
3Oct 16, 2021 07:587,34488,754,99433,048,47602,281,472
4Oct 16, 2021 07:587,345112,633,86333,054,28102,273,280
5Oct 16, 2021 07:587,398106,855,21233,291,84902,265,088
6Oct 16, 2021 07:587,40194,433,43433,305,40802,277,376
7Oct 16, 2021 07:5815,873258,858,45433,048,00038,379,00029,597,696
8Oct 16, 2021 07:5815,957257,017,29132,022,00039,785,00029,556,736
9Oct 16, 2021 07:5815,978259,007,82637,949,00033,954,00029,757,440
10Oct 16, 2021 07:5815,979258,901,35427,863,00044,042,00029,634,560
11Oct 16, 2021 07:5815,994261,908,59135,987,00035,987,00029,675,520
12Oct 16, 2021 07:5816,050265,479,27336,637,00035,590,00029,573,120
13Oct 16, 2021 07:5816,067265,067,22330,987,00041,316,00029,663,232
14Oct 16, 2021 07:5816,094267,576,93837,218,00035,206,00029,564,928
15Oct 16, 2021 07:5816,149269,899,65634,147,00038,525,00029,548,544
16Oct 16, 2021 07:5816,258265,695,30727,682,00045,478,00029,650,944
17Oct 16, 2021 07:5816,322266,032,13637,256,00036,191,00029,540,352
18Oct 16, 2021 07:5816,418269,158,49335,299,00038,583,00029,544,448
19Oct 16, 2021 07:5816,438270,288,28434,908,00039,064,00029,544,448
20Oct 16, 2021 07:5816,563272,201,35933,021,00041,512,00029,552,640
21Oct 16, 2021 07:5816,613270,495,62832,860,00041,897,00029,630,464
22Oct 16, 2021 07:5816,651273,467,76832,969,00041,960,00029,552,640
23Oct 16, 2021 07:5816,688275,399,59037,033,00038,061,00029,728,768
24Oct 16, 2021 07:5816,784281,360,28744,908,00030,619,00029,597,696