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 listMay 17, 2026 13:18Victor MerckléVictor MerckléError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 17, 2026 13:24077,766,57758,227,0001,112,0002,113,536expected "53684452109339801 ", got "53684436983579801 "
2May 17, 2026 13:24077,394,32756,573,0001,023,0002,113,536expected "53689109280089215 ", got "53689093817945215 "
3May 17, 2026 13:24076,234,30456,642,0001,015,0002,113,536expected "53688197417397972 ", got "53688182757045972 "