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 listJul 26, 2026 04:02nishchay213nishchay213Score: 525,642Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 26, 2026 04:02524,5054,363,540,5654,288,347,00065,049,00020,480
2Jul 26, 2026 04:02525,6424,372,956,7534,296,690,00066,145,00020,480
3Jul 26, 2026 04:02526,3604,379,144,5274,301,734,00067,061,00020,480