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:33lipapipalipapipaScore: 6,846Success
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:346,50476,997,14951,981,0001,999,0002,326,528
2Feb 17, 2026 22:396,54177,088,90152,281,0002,010,0002,269,184
3Feb 18, 2026 19:346,57082,122,77852,512,0002,019,0002,502,656
4Feb 17, 2026 22:396,60380,344,13551,814,0002,989,0002,322,432
5Feb 17, 2026 22:396,63686,186,91152,078,0003,004,0002,310,144
6Feb 17, 2026 22:396,67175,756,91153,355,0002,013,0002,506,752
7Feb 18, 2026 19:346,67878,018,14354,419,0001,007,0002,494,464
8Feb 18, 2026 19:346,67982,110,01253,423,0002,015,0002,289,664
9Feb 18, 2026 19:346,77182,401,45253,193,0003,010,0002,498,560
10Feb 17, 2026 22:396,84681,167,61255,828,000996,0002,297,856
11Feb 18, 2026 19:346,87380,113,97854,043,0003,002,0002,498,560
12Feb 17, 2026 22:397,01181,162,80156,183,0002,006,0002,498,560
13Feb 18, 2026 19:337,29086,726,22959,497,0001,008,0002,445,312
14Feb 18, 2026 19:337,30486,495,12356,583,0004,041,0002,301,952
15Feb 18, 2026 19:337,33385,389,74458,835,0002,028,0002,297,856
16Feb 18, 2026 19:337,49485,193,70160,194,0002,006,0002,306,048
17Feb 18, 2026 19:337,49889,010,07960,224,0002,007,0002,306,048
18Feb 18, 2026 19:337,77690,976,52663,530,0001,008,0002,502,656