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 23, 2025 15:09Josu San MartinJosu San MartinScore: 36,082Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 26, 2025 22:1636,063325,556,032299,326,00002,355,200
2Dec 23, 2025 15:0936,069323,863,278298,372,0001,001,0002,281,472
3Dec 26, 2025 22:1636,081325,957,989298,468,0001,001,0002,359,296
4Dec 23, 2025 15:0936,082330,523,363298,477,0001,001,0002,289,664
5Dec 23, 2025 15:0936,108324,648,794297,699,0001,997,0002,289,664
6Dec 26, 2025 22:1636,114327,192,679298,744,000999,0002,473,984