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 listOct 11, 2025 19:06Serge SmirnovSerge SmirnovScore: 57,058Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 11, 2025 19:0756,965505,609,377470,814,0001,999,0002,371,584
2Oct 11, 2025 19:0657,045503,604,220471,474,0001,997,0002,482,176
3Oct 11, 2025 19:0757,057502,838,745469,581,0003,996,0002,367,488
4Oct 11, 2025 19:0657,058505,417,636470,583,0002,997,0002,469,888
5Oct 11, 2025 19:0757,134505,870,663471,215,0003,001,0002,371,584
6Oct 11, 2025 19:0657,147501,140,057471,315,0003,002,0002,318,336