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:17Danylo MocherniukDanylo MocherniukScore: 5,138Success
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:175,06662,496,99439,044,0003,003,0002,383,872
2Apr 10, 2026 10:175,06764,577,15039,050,0003,003,0002,297,856
3Apr 10, 2026 10:175,06964,837,07039,069,0003,005,0002,297,856
4Apr 10, 2026 10:175,07065,934,76541,078,0001,001,0002,396,160
5Apr 10, 2026 10:175,07664,980,83339,124,0003,009,0002,371,584
6Apr 10, 2026 10:175,07663,464,38439,120,0003,009,0002,297,856
7Apr 10, 2026 10:175,08165,321,13840,164,0002,008,0002,392,064
8Apr 10, 2026 10:175,10070,299,91340,319,0002,015,0002,297,856
9Apr 10, 2026 10:175,10768,687,74340,367,0002,018,0002,387,968
10Apr 10, 2026 10:175,12066,387,92139,459,0003,035,0002,473,984
11Apr 10, 2026 10:175,12373,729,84939,484,0003,037,0002,297,856
12Apr 10, 2026 10:175,12563,343,47541,523,0001,012,0002,375,680
13Apr 10, 2026 10:175,12867,704,05040,539,0002,026,0002,297,856
14Apr 10, 2026 10:175,13867,882,26541,629,0001,015,0002,392,064
15Apr 10, 2026 10:175,16073,080,87741,834,000996,0002,297,856
16Apr 10, 2026 10:175,16372,327,11939,865,0002,989,0002,297,856
17Apr 10, 2026 10:175,16564,476,71939,882,0002,991,0002,297,856
18Apr 10, 2026 10:175,16965,524,39739,912,0002,993,0002,297,856
19Apr 10, 2026 10:175,17267,236,78240,929,0001,996,0002,297,856
20Apr 10, 2026 10:175,20669,063,82640,199,0003,014,0002,392,064
21Apr 10, 2026 10:175,22569,411,60640,343,0003,025,0002,387,968
22Apr 10, 2026 10:175,23667,187,45240,427,0003,032,0002,473,984
23Apr 10, 2026 10:175,27969,740,59941,822,0001,991,0002,297,856
24Apr 10, 2026 10:175,28177,253,10841,844,0001,992,0002,297,856
25Apr 10, 2026 10:175,28271,236,80740,852,0002,989,0002,392,064
26Apr 10, 2026 10:175,30170,450,37341,000,0003,000,0002,379,776
27Apr 10, 2026 10:175,35668,066,43642,438,0002,020,0002,383,872