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 listFeb 8, 2026 12:21Daniel MastalerzDaniel MastalerzScore: 13,903Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 8, 2026 12:2113,860137,861,799108,032,0007,002,0002,318,336
2Feb 8, 2026 12:2113,903141,143,835109,377,0006,020,0002,400,256
3Feb 8, 2026 12:2114,023137,113,965114,382,0002,006,0002,334,720