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 07:38Ashish AhujaAshish AhujaScore: 11,216Success
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 07:3810,926115,242,84984,704,0005,979,0002,527,232
2Aug 18, 2025 07:3811,037120,682,42786,633,0004,978,0002,326,528
3Aug 18, 2025 07:3811,161122,467,45186,659,0005,976,0002,273,280
4Aug 18, 2025 07:3811,216112,419,47786,087,0007,007,0002,523,136
5Aug 18, 2025 07:3811,227115,494,78988,176,0005,010,0002,539,520
6Aug 18, 2025 07:3812,074126,337,38393,203,0007,015,0002,281,472