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 10, 2026 13:44Sergey SerebryakovSergey SerebryakovScore: 9,877Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 13:449,528108,685,63876,077,0003,003,0002,265,088
2Mar 10, 2026 13:449,532103,054,18478,111,0001,001,0002,265,088
3Mar 10, 2026 13:449,556101,560,64877,309,0002,008,0002,265,088
4Mar 10, 2026 13:449,877104,230,16979,976,0001,999,0002,265,088
5Mar 10, 2026 13:449,886103,871,04880,054,0002,001,0002,269,184
6Mar 10, 2026 13:449,933104,831,82582,444,00002,392,064