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 11, 2026 17:35Benjamin Rogers-NewsomeBenjamin Rogers-NewsomeScore: 1,210,331Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 11, 2026 17:361,210,25610,057,604,2509,978,092,00067,041,0002,117,632
2May 11, 2026 17:361,210,33110,056,442,0209,978,567,00067,186,0002,117,632
3May 11, 2026 17:361,210,40610,055,532,1689,979,328,00067,043,0002,117,632