Parse integers Sergey Svistunov

Compute the sum of integers read from STDIN as fast as possible.

Input: 50 000 000 lines, each containing one integer in the range [0; 2147483647].

629871117
2024562523
1372689083
1021777120
2111176472

Output: The uint64 sum of all numbers, printed as a decimal string.

Note: Integer overflow is expected – use a 64-bit accumulator.

Back to listMar 20, 2026 14:18Dominique GarmierDominique GarmierScore: 8,578Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 15:048,44892,914,27468,116,0002,003,0002,420,736
2Mar 20, 2026 14:018,45990,039,33569,210,0001,003,0002,404,352
3Mar 20, 2026 13:578,46695,557,00967,254,0003,011,0002,437,120
4Mar 20, 2026 14:238,46995,980,16068,287,0002,008,0002,289,664
5Mar 20, 2026 14:238,47595,100,14169,338,0001,004,0002,416,640
6Mar 20, 2026 14:018,49791,809,88568,507,0002,014,0002,289,664
7Mar 20, 2026 14:068,50599,107,90869,583,0001,008,0002,289,664
8Mar 20, 2026 15:048,50695,519,87568,584,0002,017,0002,408,448
9Mar 20, 2026 13:578,52295,724,57168,715,0002,021,0002,412,544
10Mar 20, 2026 14:018,53899,779,12768,869,0001,996,0002,289,664
11Mar 20, 2026 13:598,53998,214,75668,874,0001,996,0002,420,736
12Mar 20, 2026 13:598,54693,122,34867,937,0002,997,0002,428,928
13Mar 20, 2026 14:238,56496,062,04169,076,0002,002,0002,416,640
14Mar 20, 2026 14:138,57497,271,91369,164,0002,004,0002,408,448
15Mar 20, 2026 14:068,57798,313,97768,180,0003,007,0002,498,560
16Mar 20, 2026 14:138,57891,612,15170,197,0001,002,0002,412,544
17Mar 20, 2026 14:138,59993,657,54970,365,0001,005,0002,289,664
18Mar 20, 2026 14:448,60298,461,72970,388,0001,005,0002,289,664
19Mar 20, 2026 14:388,60399,321,70169,397,0002,011,0002,416,640
20Mar 20, 2026 14:388,614100,445,52269,486,0002,014,0002,289,664
21Mar 20, 2026 14:388,651102,195,07468,809,0002,991,0002,404,352
22Mar 20, 2026 14:068,685103,230,32970,082,0002,002,0002,408,448
23Mar 20, 2026 14:188,708102,714,21370,266,0002,007,0002,416,640
24Mar 20, 2026 14:448,70997,709,84669,274,0003,011,0002,289,664
25Mar 20, 2026 14:448,729104,338,85469,429,0003,018,0002,289,664
26Mar 20, 2026 15:048,737101,249,34872,515,00002,289,664
27Mar 20, 2026 13:578,75497,811,47570,643,0002,018,0002,285,568
28Mar 20, 2026 14:188,77094,508,08370,794,0001,994,0002,281,472
29Mar 20, 2026 13:598,84194,292,51571,369,0002,010,0002,412,544
30Mar 20, 2026 14:188,93294,698,98572,129,0002,003,0002,289,664