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 15, 2025 14:01Serhat ErenSerhat ErenScore: 2,066,067Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 15, 2025 14:012,065,97817,180,035,41517,080,640,00066,975,0002,277,376
2Aug 15, 2025 14:012,066,06717,181,282,77717,088,385,00059,973,0002,519,040
3Aug 15, 2025 14:012,069,32917,210,588,22817,111,456,00063,971,0002,277,376