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 6, 2026 13:46Danylo MocherniukDanylo MocherniukScore: 7,175Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 6, 2026 13:467,04781,955,07155,468,0003,025,0002,297,856
2Apr 6, 2026 13:487,10685,277,43655,981,0002,999,0002,408,448
3Apr 6, 2026 13:487,14684,725,90954,282,0005,026,0002,408,448
4Apr 6, 2026 13:487,17587,513,85554,506,0005,046,0002,502,656
5Apr 6, 2026 13:467,18083,493,10056,564,0003,030,0002,306,048
6Apr 6, 2026 13:467,22186,732,29453,940,0005,993,0002,510,848