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 listFeb 21, 2026 23:21Juraj ZelmanJuraj ZelmanScore: 7,173Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 21, 2026 23:217,06387,081,79357,614,0001,010,0002,285,568
2Feb 21, 2026 23:217,06690,556,98158,649,00002,367,488
3Feb 21, 2026 23:217,08691,981,31256,822,0001,993,0002,367,488
4Feb 21, 2026 23:217,09684,286,59857,900,000998,0002,285,568
5Feb 21, 2026 23:217,10079,409,22557,936,000998,0002,363,392
6Feb 21, 2026 23:217,10981,292,00257,006,0002,000,0002,355,200
7Feb 21, 2026 23:217,11086,506,00057,009,0002,000,0002,363,392
8Feb 21, 2026 23:217,13684,241,65857,225,0002,007,0002,293,760
9Feb 21, 2026 23:217,14582,042,46059,305,00002,494,464
10Feb 21, 2026 23:217,17385,794,85359,539,00002,355,200
11Feb 21, 2026 23:217,20584,415,83057,808,0001,993,0002,293,760
12Feb 21, 2026 23:217,20687,591,51657,817,0001,993,0002,293,760
13Feb 21, 2026 23:217,20686,579,93758,811,000996,0002,293,760
14Feb 21, 2026 23:217,20984,346,11857,838,0001,994,0002,293,760
15Feb 21, 2026 23:217,21382,351,94157,876,0001,995,0002,465,792
16Feb 21, 2026 23:217,22384,211,16257,955,0001,998,0002,293,760
17Feb 21, 2026 23:217,24282,840,11459,107,0001,001,0002,486,272
18Feb 21, 2026 23:217,26686,868,67460,304,00002,367,488