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 10, 2026 10:55Danylo MocherniukDanylo MocherniukScore: 4,849Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 10, 2026 10:554,79868,420,62537,829,0001,991,0002,387,968
2Apr 10, 2026 10:554,82661,523,34538,055,0002,002,0002,392,064
3Apr 10, 2026 10:554,82763,743,69037,063,0003,005,0002,297,856
4Apr 10, 2026 10:554,82967,387,84537,077,0003,006,0002,297,856
5Apr 10, 2026 10:554,83169,034,40738,096,0002,005,0002,318,336
6Apr 10, 2026 10:554,84365,480,82237,181,0003,014,0002,392,064
7Apr 10, 2026 10:554,84761,935,62737,213,0003,017,0002,383,872
8Apr 10, 2026 10:554,84963,441,88337,232,0003,018,0002,383,872
9Apr 10, 2026 10:554,85960,693,97938,310,0002,016,0002,297,856
10Apr 10, 2026 10:554,86362,602,29437,336,0003,027,0002,392,064
11Apr 10, 2026 10:554,88264,451,14939,510,0001,013,0002,297,856
12Apr 10, 2026 10:554,88565,098,44739,530,0001,013,0002,314,240
13Apr 10, 2026 10:554,89065,925,11638,560,0002,029,0002,297,856
14Apr 10, 2026 10:554,90065,701,34039,655,0001,016,0002,297,856
15Apr 10, 2026 10:555,09169,740,77540,245,0002,012,0002,387,968