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 20, 2025 10:28sheryllynn24sheryllynn24Score: 9,772Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 20, 2025 10:289,411104,085,86376,113,0002,002,0002,269,184
2Sep 20, 2025 10:289,431105,197,75576,272,0002,007,0002,519,040
3Sep 20, 2025 10:289,431103,348,25876,274,0002,007,0002,265,088
4Sep 20, 2025 10:289,772114,083,61080,110,0001,001,0002,285,568
5Sep 20, 2025 10:289,774108,899,09379,123,0002,003,0002,510,848
6Sep 20, 2025 10:289,780117,080,35479,170,0002,004,0002,523,136