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:09Serge SmirnovSerge SmirnovScore: 60,508Success
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:0960,458525,431,525498,806,0002,998,0002,375,680
2Oct 11, 2025 19:0960,473526,804,278498,924,0002,999,0002,473,984
3Oct 11, 2025 19:0960,491527,723,770500,079,0002,000,0002,371,584
4Oct 11, 2025 19:0960,508530,740,587501,213,0001,000,0002,473,984
5Oct 11, 2025 19:0960,517531,629,900501,287,0001,000,0002,469,888
6Oct 11, 2025 19:0960,552531,646,458500,586,0001,998,0002,371,584