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 listSep 23, 2025 14:24sheryllynn24sheryllynn24Score: 9,706Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 23, 2025 14:249,488105,634,63276,760,0001,993,0002,404,352
2Sep 23, 2025 14:249,489104,399,59476,767,0001,993,0002,408,448
3Sep 23, 2025 14:249,533112,180,02176,122,0003,004,0002,506,752
4Sep 23, 2025 14:249,706108,959,58578,546,0002,014,0002,498,560
5Sep 23, 2025 14:249,721112,701,13079,673,0001,008,0002,494,464
6Sep 23, 2025 14:249,767110,723,70279,069,0002,001,0002,412,544