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 listJan 30, 2026 03:33Josu San MartinJosu San MartinScore: 5,980Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 30, 2026 03:325,61476,774,92846,597,00002,523,136
2Jan 30, 2026 03:325,85281,281,93348,575,00002,293,760
3Jan 30, 2026 03:335,85478,881,08948,592,00002,281,472
4Jan 30, 2026 03:325,87875,998,76547,790,000995,0002,293,760
5Jan 30, 2026 03:335,90775,568,06747,023,0002,001,0002,465,792
6Jan 30, 2026 03:335,92070,624,13947,133,0002,005,0002,363,392
7Jan 30, 2026 03:325,92372,492,44748,154,0001,003,0002,289,664
8Jan 30, 2026 03:335,93070,663,02147,210,0002,008,0002,293,760
9Jan 30, 2026 03:335,94772,697,52448,349,0001,007,0002,367,488
10Jan 30, 2026 03:335,94869,652,72748,361,0001,007,0002,461,696
11Jan 30, 2026 03:335,95175,774,52348,388,0001,008,0002,371,584
12Jan 30, 2026 03:335,96770,631,20648,520,0001,010,0002,478,080
13Jan 30, 2026 03:335,98076,615,31248,619,0001,012,0002,367,488
14Jan 30, 2026 03:335,99973,104,97747,802,0001,991,0002,371,584
15Jan 30, 2026 03:326,00281,540,74647,821,0001,992,0002,281,472
16Jan 30, 2026 03:336,00477,610,53948,836,000996,0002,281,472
17Jan 30, 2026 03:336,03178,350,62448,059,0002,002,0002,363,392
18Jan 30, 2026 03:336,03579,451,30648,089,0002,003,0002,293,760
19Jan 30, 2026 03:326,03775,672,10648,101,0002,004,0002,367,488
20Jan 30, 2026 03:336,04177,373,57048,132,0002,005,0002,363,392
21Jan 30, 2026 03:336,04776,490,75848,184,0002,007,0002,293,760
22Jan 30, 2026 03:336,04775,904,07948,186,0002,007,0002,293,760
23Jan 30, 2026 03:336,09977,730,14249,607,0001,012,0002,293,760
24Jan 30, 2026 03:338,57296,168,87169,143,0002,004,0002,281,472