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 listMar 26, 2026 06:31poyo180605poyo180605Score: 62,594Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 26, 2026 06:3162,411539,694,040471,013,00047,001,0002,387,968
2Mar 26, 2026 06:0962,466546,748,254464,416,00054,048,0002,293,760
3Mar 26, 2026 06:0962,508545,210,683459,838,00058,979,0002,293,760
4Mar 26, 2026 06:3162,594549,393,222459,584,00059,945,0002,383,872
5Mar 26, 2026 06:3162,595545,579,350465,584,00053,951,0002,387,968
6Mar 26, 2026 06:0962,751544,160,161462,743,00058,093,0002,383,872