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 19, 2026 00:32zielajzielajScore: 3,503Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 19, 2026 00:323,47450,272,67226,847,0001,988,0002,428,928
2Mar 19, 2026 00:353,49954,851,50027,040,0002,003,0002,420,736
3Mar 19, 2026 00:353,50050,781,65127,050,0002,003,0002,502,656
4Mar 19, 2026 00:323,50348,632,18027,069,0002,005,0002,424,832
5Mar 19, 2026 00:323,50955,584,18427,114,0002,008,0002,502,656
6Mar 19, 2026 00:353,51952,782,52227,196,0002,014,0002,502,656