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 listJan 13, 2025 04:41Ian MckibbenIan MckibbenError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 13, 2025 04:4100000Error: expected "53683707318096583 ", got "18374686479671623680 4049920475252391936 124 7548 7548358 16711680 4050143439889629184 125 58 589792842 0 3617578189044791608 126 589792842 205125021 0 3544948861727487280 127 205125021 1038750666 0 3906369307...