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 listAug 19, 2025 08:58Ashish AhujaAshish AhujaScore: 2,149,022Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 19, 2025 08:582,124,56817,665,715,19417,574,942,00058,976,0002,269,184
2Aug 19, 2025 08:582,149,02217,872,070,02517,767,916,00068,964,0002,433,024
3Aug 19, 2025 08:582,155,45817,918,035,40917,823,327,00066,971,0002,269,184