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 listSep 21, 2025 08:30sheryllynn24sheryllynn24Score: 8,572Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 21, 2025 08:308,13790,319,23567,539,00002,289,664
2Sep 21, 2025 08:308,13988,551,54266,545,0001,008,0002,289,664
3Sep 21, 2025 08:308,564101,182,78169,082,0002,002,0002,289,664
4Sep 21, 2025 08:308,57299,324,75969,140,0002,004,0002,355,200
5Sep 21, 2025 08:308,59396,591,64169,316,0002,009,0002,289,664
6Sep 21, 2025 08:309,09396,551,75774,463,0001,006,0002,289,664