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 18, 2025 06:36Ashish AhujaAshish AhujaScore: 11,511Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2025 06:3611,469122,727,78488,180,0007,014,0002,342,912
2Aug 18, 2025 06:3611,470114,135,04689,192,0006,012,0002,465,792
3Aug 18, 2025 06:3611,471122,216,75588,193,0007,015,0002,351,104
4Aug 18, 2025 06:3611,511120,475,97889,569,0005,971,0002,338,816
5Aug 18, 2025 06:3611,712117,337,90688,192,0009,019,0002,322,432
6Aug 18, 2025 06:3611,849124,937,84691,324,0007,024,0002,293,760