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 19:56Danylo MocherniukDanylo MocherniukScore: 4,678Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 11, 2026 08:024,46264,208,67735,034,0002,001,0002,297,856
2Apr 10, 2026 19:554,47459,750,68036,133,0001,003,0002,297,856
3Apr 10, 2026 19:554,47765,327,08935,153,0002,008,0002,297,856
4Apr 10, 2026 19:554,49554,974,00334,283,0003,025,0002,297,856
5Apr 10, 2026 19:554,49665,122,01535,299,0002,017,0002,387,968
6Apr 11, 2026 08:024,50364,051,19235,351,0002,020,0002,392,064
7Apr 10, 2026 19:554,50459,787,89535,361,0002,020,0002,297,856
8Apr 10, 2026 19:554,50559,132,28834,362,0003,031,0002,297,856
9Apr 11, 2026 08:024,51261,024,38934,414,0003,036,0002,383,872
10Apr 10, 2026 19:554,59767,197,12735,145,0003,012,0002,297,856
11Apr 10, 2026 19:564,60460,964,07436,203,0002,011,0002,297,856
12Apr 10, 2026 19:554,62666,197,60135,365,0003,031,0002,387,968
13Apr 11, 2026 08:024,62760,725,03535,374,0003,032,0002,297,856
14Apr 10, 2026 19:564,67869,496,46935,842,0002,986,0002,387,968
15Apr 10, 2026 19:554,68465,899,91435,891,0002,990,0002,379,776
16Apr 10, 2026 19:564,70359,530,35036,036,0003,003,0002,490,368
17Apr 10, 2026 19:564,70961,564,78736,079,0003,006,0002,387,968
18Apr 10, 2026 19:554,71858,707,55836,148,0003,012,0002,392,064
19Apr 10, 2026 19:564,72559,542,66837,205,0002,011,0002,387,968
20Apr 10, 2026 19:564,73059,432,97238,256,0001,006,0002,297,856
21Apr 11, 2026 08:024,73461,274,78236,271,0003,022,0002,392,064
22Apr 10, 2026 19:554,74665,857,08436,363,0003,030,0002,297,856
23Apr 10, 2026 19:554,75065,405,81237,406,0002,021,0002,383,872
24Apr 10, 2026 19:554,77070,513,78638,573,0001,015,0002,297,856
25Apr 11, 2026 08:024,88869,750,46139,558,0001,014,0002,379,776
26Apr 10, 2026 19:554,89367,961,11237,568,0003,046,0002,387,968
27Apr 10, 2026 19:554,91171,638,92639,742,0001,019,0002,404,352