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 listMar 10, 2026 21:42Daniel MastalerzDaniel MastalerzScore: 6,393Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 21:426,34877,812,59051,676,0001,013,0002,285,568
2Mar 10, 2026 21:426,36877,575,45049,863,0002,991,0002,428,928
3Mar 10, 2026 21:426,36976,064,27049,867,0002,992,0002,285,568
4Mar 10, 2026 21:426,39378,341,28850,063,0003,003,0002,371,584
5Mar 10, 2026 21:426,40879,867,40149,172,0004,014,0002,285,568
6Mar 10, 2026 21:426,41173,638,10049,196,0004,016,0002,285,568