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 22, 2025 13:46Ashish AhujaAshish AhujaScore: 11,729Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 22, 2025 13:4611,483118,441,25977,437,00017,870,0002,502,656
2Aug 22, 2025 13:4611,677127,955,17776,938,00019,983,0002,506,752
3Aug 22, 2025 13:4611,702124,843,53281,268,00015,857,0002,506,752
4Aug 22, 2025 13:4611,729129,033,64276,489,00020,860,0002,482,176
5Aug 22, 2025 13:4611,913126,844,08980,899,00017,977,0002,510,848
6Aug 22, 2025 13:4612,112133,289,53983,610,00016,921,0002,510,848