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 listApr 9, 2025 17:32NoSIMD_C#NoSIMD_C#Score: 64,869Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 9, 2025 17:3264,699562,441,005487,002,00050,000,0002,519,040
2Apr 9, 2025 17:3264,869566,030,988484,372,00054,041,0002,469,888
3Apr 9, 2025 17:3264,951564,629,318475,083,00064,011,0002,289,664