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 22, 2025 19:09Zhalgas KhassenovZhalgas KhassenovScore: 2,134,954Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2025 19:092,123,88017,696,531,16216,167,675,0001,460,525,000344,064
2Dec 22, 2025 19:092,134,95417,798,567,58416,219,799,0001,500,316,000376,832
3Dec 22, 2025 19:092,164,46218,040,986,69216,271,730,0001,693,306,000319,488