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 14:46TakopiTakopiScore: 410,950Success
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 14:46410,7963,437,068,5333,336,657,00072,948,0002,334,720
2Oct 22, 2025 14:46410,9503,437,301,1333,320,942,00089,944,0002,281,472
3Oct 22, 2025 14:46411,4083,445,695,5973,330,747,00083,943,0002,289,664