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 22, 2025 13:10caandocaandoScore: 6,337Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 22, 2025 13:106,21276,710,74750,548,0001,010,0002,285,568
2Oct 22, 2025 13:106,21678,630,02550,580,0001,011,0002,265,088
3Oct 22, 2025 13:106,21876,623,38150,596,0001,011,0002,285,568
4Oct 22, 2025 13:106,33779,334,14551,583,0001,011,0002,285,568
5Oct 22, 2025 13:106,34781,299,62552,681,00002,265,088
6Oct 22, 2025 13:106,36283,050,89252,803,00002,519,040