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 8, 2026 20:20Daniel MastalerzDaniel MastalerzScore: 10,650Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 8, 2026 20:2010,598108,489,19882,964,0004,997,0002,473,984
2Feb 8, 2026 20:2010,602115,961,59183,998,0003,999,0002,486,272
3Feb 8, 2026 20:2010,614112,754,52183,093,0005,005,0002,301,952
4Feb 8, 2026 20:2010,615113,371,19283,100,0005,006,0002,363,392
5Feb 8, 2026 20:2010,621120,756,98083,144,0005,008,0002,408,448
6Feb 8, 2026 20:2010,630115,061,00585,220,0003,007,0002,408,448
7Feb 8, 2026 20:2010,650111,123,71283,375,0005,022,0002,408,448
8Feb 8, 2026 20:2010,664112,508,71185,492,0003,017,0002,314,240
9Feb 8, 2026 20:2010,758113,133,85685,282,0004,013,0002,310,144
10Feb 8, 2026 20:2010,800116,224,29387,629,0002,014,0002,408,448
11Feb 8, 2026 20:2010,856115,742,55584,098,0006,007,0002,404,352
12Feb 8, 2026 20:2011,176120,930,58190,764,0001,994,0002,506,752