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 13, 2026 23:49Mikołaj UzarskiMikołaj UzarskiScore: 6,855Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 13, 2026 23:506,77182,587,84750,176,0006,021,0002,412,544
2Feb 13, 2026 23:506,79981,604,12051,391,0005,038,0002,404,352
3Feb 13, 2026 23:506,81885,036,76550,528,0006,063,0002,281,472
4Feb 13, 2026 23:506,82385,091,72151,574,0005,056,0002,293,760
5Feb 13, 2026 23:506,82383,126,78950,560,0006,067,0002,400,256
6Feb 13, 2026 23:496,84286,181,47651,810,0004,981,0002,359,296
7Feb 13, 2026 23:496,84385,327,58050,817,0005,978,0002,400,256
8Feb 13, 2026 23:496,84782,224,74851,849,0004,985,0002,457,600
9Feb 13, 2026 23:506,84879,421,77849,859,0006,980,0002,293,760
10Feb 13, 2026 23:496,85586,516,50750,909,0005,989,0002,396,160
11Feb 13, 2026 23:496,88484,123,58253,126,0004,009,0002,453,504
12Feb 13, 2026 23:496,90882,748,26153,314,0004,023,0002,445,312
13Feb 13, 2026 23:506,92284,369,25550,396,0007,055,0002,404,352
14Feb 13, 2026 23:496,92786,922,17551,442,0006,052,0002,387,968
15Feb 13, 2026 23:496,93179,844,63551,470,0006,055,0002,437,120
16Feb 13, 2026 23:496,94287,426,91352,562,0005,054,0002,457,600
17Feb 13, 2026 23:506,96079,919,87853,781,0003,983,0002,441,216
18Feb 13, 2026 23:506,96486,166,19351,822,0005,979,0002,363,392