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 23, 2025 20:17caandocaandoScore: 6,090Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 23, 2025 20:175,95678,723,45348,427,0001,008,0002,285,568
2Oct 23, 2025 20:175,96172,878,72748,469,0001,009,0002,285,568
3Oct 23, 2025 20:176,00476,209,36047,841,0001,993,0002,285,568
4Oct 23, 2025 20:176,09073,666,55449,538,0001,010,0002,265,088
5Oct 23, 2025 20:176,12381,020,21949,822,000996,0002,273,280
6Oct 23, 2025 20:176,13673,572,41548,929,0001,997,0002,519,040