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 29, 2026 19:03wnwnScore: 4,316Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 27, 2026 17:464,26955,619,19734,421,0001,012,0002,277,376
2Mar 29, 2026 19:034,27557,798,78034,468,0001,013,0002,490,368
3Mar 27, 2026 17:464,29559,766,48334,630,0001,018,0002,482,176
4Mar 29, 2026 19:034,31663,267,57633,835,0001,990,0002,277,376
5Mar 27, 2026 17:464,32957,712,79133,936,0001,996,0002,494,464
6Mar 29, 2026 19:034,34359,373,23934,046,0002,002,0002,277,376