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 24, 2026 22:05Mikołaj UzarskiMikołaj UzarskiScore: 5,120Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 24, 2026 22:055,11065,081,64339,381,0003,029,0002,498,560
2Feb 24, 2026 22:055,11167,290,62340,402,0002,020,0002,502,656
3Feb 24, 2026 22:055,11166,748,41140,399,0002,019,0002,502,656
4Feb 24, 2026 22:055,11367,072,66141,424,0001,010,0002,285,568
5Feb 24, 2026 22:065,11465,971,89742,450,00002,285,568
6Feb 24, 2026 22:055,11462,935,94642,449,00002,281,472
7Feb 24, 2026 22:055,11565,641,21242,455,00002,281,472
8Feb 24, 2026 22:075,11661,824,76241,455,0001,011,0002,285,568
9Feb 24, 2026 22:055,11964,244,66140,465,0002,023,0002,285,568
10Feb 24, 2026 22:055,12065,116,37641,488,0001,011,0002,285,568
11Feb 24, 2026 22:055,12068,512,87040,476,0002,023,0002,285,568
12Feb 24, 2026 22:065,12067,303,88540,472,0002,023,0002,285,568
13Feb 24, 2026 22:075,12969,598,59542,567,00002,285,568
14Feb 24, 2026 22:055,13069,811,54241,568,0001,013,0002,510,848
15Feb 24, 2026 22:055,13267,715,93041,585,0001,014,0002,506,752
16Feb 24, 2026 22:055,13368,575,34541,589,0001,014,0002,510,848
17Feb 24, 2026 22:055,13976,124,98441,638,0001,015,0002,285,568
18Feb 24, 2026 22:075,13971,663,54441,635,0001,015,0002,510,848
19Feb 24, 2026 22:055,14271,683,25640,647,0002,032,0002,281,472
20Feb 24, 2026 22:055,17165,380,80539,925,0002,994,0002,510,848
21Feb 24, 2026 22:065,28370,086,41141,853,0001,993,0002,285,568