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 listDec 19, 2025 16:04Josu San MartinJosu San MartinScore: 66,049Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 19, 2025 16:0466,001570,777,832545,813,0001,999,0002,277,376
2Dec 19, 2025 16:1566,033574,490,705547,071,0001,000,0002,285,568
3Dec 19, 2025 16:1566,043578,463,993547,157,0001,000,0002,285,568
4Dec 19, 2025 16:0466,049571,532,727546,209,0002,000,0002,285,568
5Dec 19, 2025 16:1566,053575,836,297548,244,00002,285,568
6Dec 19, 2025 16:0466,056573,071,504548,267,00002,281,472