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 18, 2026 19:03Mikołaj UzarskiMikołaj UzarskiScore: 5,781Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2026 19:305,68573,189,17640,160,0007,028,0002,281,472
2Feb 18, 2026 19:265,69870,640,64142,265,0005,031,0002,457,600
3Feb 18, 2026 19:105,72171,351,20443,447,0004,041,0002,502,656
4Feb 18, 2026 19:265,73774,098,96941,542,0006,079,0002,285,568
5Feb 19, 2026 22:485,74374,401,44043,612,0004,056,0002,506,752
6Feb 18, 2026 19:035,75976,920,57242,717,0005,085,0002,265,088
7Feb 18, 2026 19:105,75975,528,94843,818,0003,983,0002,387,968
8Feb 18, 2026 19:305,76076,015,06540,835,0006,971,0002,445,312
9Feb 18, 2026 19:105,76173,914,03540,841,0006,972,0002,465,792
10Feb 18, 2026 19:305,76274,182,05043,753,0004,070,0002,326,528
11Feb 18, 2026 19:035,77271,705,96142,918,0004,990,0002,437,120
12Feb 18, 2026 19:105,77373,494,16140,930,0006,988,0002,461,696
13Feb 18, 2026 19:105,77472,689,74341,935,0005,990,0002,351,104
14Feb 19, 2026 22:425,78079,492,15341,974,0005,996,0002,318,336
15Feb 18, 2026 19:265,78173,102,22841,982,0005,997,0002,338,816
16Feb 18, 2026 19:105,78174,169,92541,988,0005,998,0002,387,968
17Feb 19, 2026 22:535,78173,769,60741,982,0005,997,0002,379,776
18Feb 18, 2026 19:305,79976,733,96441,113,0007,019,0002,281,472
19Feb 19, 2026 22:425,80472,254,72942,154,0006,022,0002,453,504
20Feb 18, 2026 19:035,80570,955,07641,152,0007,026,0002,494,464
21Feb 18, 2026 19:305,80671,055,18245,176,0003,011,0002,310,144
22Feb 19, 2026 22:425,81373,961,28344,226,0004,020,0002,523,136
23Feb 19, 2026 22:485,81971,283,17742,264,0006,037,0002,326,528
24Feb 18, 2026 19:305,82171,135,45341,272,0007,046,0002,359,296
25Feb 19, 2026 22:485,85278,309,25845,538,0003,035,0002,392,064
26Feb 18, 2026 19:305,85775,442,33741,522,0007,089,0002,392,064
27Feb 19, 2026 22:535,86276,079,72043,588,0005,068,0002,461,696
28Feb 19, 2026 22:535,86378,292,11645,620,0003,041,0002,306,048
29Feb 18, 2026 19:105,88370,618,70842,854,0005,979,0002,437,120
30Feb 18, 2026 19:105,88875,636,12142,884,0005,983,0002,465,792
31Feb 18, 2026 19:105,89780,805,66540,956,0007,991,0002,473,984
32Feb 18, 2026 19:305,91172,687,50743,056,0006,007,0002,465,792
33Feb 18, 2026 19:305,97975,725,47944,562,0005,063,0002,396,160