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 1, 2026 19:46Josu San MartinJosu San MartinScore: 7,029Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2026 19:466,72780,367,29953,806,0002,030,0002,330,624
2Jan 1, 2026 19:466,73377,210,90450,891,0004,989,0002,359,296
3Jan 1, 2026 19:466,75376,828,14853,051,0003,002,0002,506,752
4Jan 1, 2026 19:467,02987,993,73654,316,0004,023,0002,297,856
5Jan 1, 2026 19:467,03879,536,83555,398,0003,021,0002,338,816
6Jan 1, 2026 19:467,06189,908,34655,575,0003,031,0002,297,856