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 14:20Ilya AniskovetsIlya AniskovetsScore: 14,858Success
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 14:207,41687,764,56233,373,03902,273,280
2Oct 15, 2021 14:237,43299,488,73133,443,20702,269,184
3Oct 15, 2021 14:237,44290,539,09933,489,96902,277,376
4Oct 15, 2021 14:207,477103,190,30733,647,04402,252,800
5Oct 15, 2021 14:237,51293,438,23133,805,09902,256,896
6Oct 15, 2021 14:207,556104,299,92733,999,78002,269,184
7Oct 15, 2021 14:2314,633253,795,81629,266,00036,583,00029,810,688
8Oct 15, 2021 14:2014,647256,882,94232,448,00033,462,00029,630,464
9Oct 15, 2021 14:2014,719252,312,79732,609,00033,628,00029,663,232
10Oct 15, 2021 14:2314,742251,831,32133,169,00033,169,00029,630,464
11Oct 15, 2021 14:2314,783254,860,01238,013,00028,509,00029,548,544
12Oct 15, 2021 14:2014,854252,056,41928,779,00038,063,00029,720,576
13Oct 15, 2021 14:2314,858251,172,83534,509,00032,352,00029,609,984
14Oct 15, 2021 14:2314,865259,515,68534,491,00032,401,00029,601,792
15Oct 15, 2021 14:2014,890258,575,85234,584,00032,422,00029,548,544
16Oct 15, 2021 14:2014,898249,434,36929,797,00037,246,00029,536,256
17Oct 15, 2021 14:2314,966255,416,91536,528,00030,820,00029,663,232
18Oct 15, 2021 14:2014,980256,808,55037,192,00030,218,00029,630,464
19Oct 15, 2021 14:2014,997256,289,88130,417,00037,071,00029,638,656
20Oct 15, 2021 14:2015,020263,063,09133,795,00033,795,00029,667,328
21Oct 15, 2021 14:2315,092265,234,35439,515,00028,401,00029,757,440
22Oct 15, 2021 14:2315,102260,770,12332,411,00035,548,00029,663,232
23Oct 15, 2021 14:2015,256259,386,36937,760,00030,894,00029,683,712
24Oct 15, 2021 14:2315,265257,300,45937,256,00031,435,00029,552,640