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 listAug 8, 2025 05:51Ashish AhujaAshish AhujaScore: 2,707,053Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 8, 2025 11:062,702,18628,169,191,02820,539,933,0001,888,211,0002,318,336
2Aug 8, 2025 05:492,702,22928,300,986,44420,471,848,0001,956,654,0002,297,856
3Aug 8, 2025 11:092,704,17928,351,159,19820,529,118,0001,915,570,0002,347,008
4Aug 8, 2025 05:512,705,13628,397,229,96220,534,584,0001,918,043,0002,256,896
5Aug 8, 2025 05:492,705,74728,389,845,00620,511,951,0001,945,746,0002,420,736
6Aug 8, 2025 11:062,705,89228,305,519,71020,486,966,0001,971,937,0002,367,488
7Aug 8, 2025 11:092,707,05328,382,588,31020,416,347,0002,052,189,0002,355,200
8Aug 8, 2025 11:062,709,83028,343,498,85720,513,109,0001,978,477,0002,445,312
9Aug 8, 2025 11:092,710,06628,313,675,17520,522,694,0001,970,851,0002,334,720
10Aug 8, 2025 05:512,711,08428,507,657,89620,505,329,0001,996,668,0002,314,240
11Aug 8, 2025 05:512,713,09528,251,305,07220,546,928,0001,971,760,0002,461,696
12Aug 8, 2025 05:492,721,14029,781,050,50520,506,273,0002,079,188,0002,449,408