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 listDec 19, 2024 12:47Javid izadiJavid izadiScore: 405,576Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 19, 2024 12:47400,3213,353,333,1483,262,691,00059,975,0002,285,568
2Dec 19, 2024 12:47405,5763,392,403,6913,308,313,00057,970,0002,281,472
3Dec 19, 2024 12:47406,4793,403,134,1293,321,808,00051,965,0002,281,472