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:39Danylo MocherniukDanylo MocherniukScore: 4,930Success
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:404,86065,031,57437,314,0003,025,0002,314,240
2Apr 10, 2026 10:404,86368,749,23737,340,0003,027,0002,387,968
3Apr 10, 2026 10:404,86561,521,07638,360,0002,018,0002,392,064
4Apr 10, 2026 10:394,88067,147,18837,463,0003,037,0002,297,856
5Apr 10, 2026 10:394,88462,422,69839,522,0001,013,0002,297,856
6Apr 10, 2026 10:394,89371,453,22037,566,0003,045,0002,281,472
7Apr 10, 2026 10:404,89665,633,51439,621,0001,015,0002,392,064
8Apr 10, 2026 10:394,91765,728,35237,829,0002,986,0002,392,064
9Apr 10, 2026 10:394,91773,131,83439,815,000995,0002,387,968
10Apr 10, 2026 10:394,91867,305,83439,827,000995,0002,490,368
11Apr 10, 2026 10:404,92464,998,83138,877,0001,993,0002,387,968
12Apr 10, 2026 10:394,92963,168,62238,917,0001,995,0002,297,856
13Apr 10, 2026 10:404,92970,721,80637,915,0002,993,0002,371,584
14Apr 10, 2026 10:394,93073,682,03937,927,0002,994,0002,293,760
15Apr 10, 2026 10:394,93262,929,97637,943,0002,995,0002,297,856
16Apr 10, 2026 10:394,93962,659,20737,998,0002,999,0002,383,872
17Apr 10, 2026 10:394,94263,945,43038,017,0003,001,0002,297,856
18Apr 10, 2026 10:394,95462,255,49239,114,0002,005,0002,375,680
19Apr 10, 2026 10:394,95462,704,29439,113,0002,005,0002,498,560
20Apr 10, 2026 10:394,97568,394,72939,278,0002,014,0002,297,856
21Apr 10, 2026 10:405,01069,645,09539,556,0002,028,0002,363,392
22Apr 10, 2026 10:405,02368,626,56139,662,0002,033,0002,297,856
23Apr 10, 2026 10:395,04072,873,79338,846,0002,988,0002,297,856
24Apr 10, 2026 10:395,05265,880,10239,934,0001,996,0002,392,064
25Apr 10, 2026 10:405,09664,862,16040,284,0002,014,0002,396,160
26Apr 10, 2026 10:395,16473,189,95040,866,0001,993,0002,387,968
27Apr 10, 2026 10:395,31967,424,69942,139,0002,006,0002,457,600