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 25, 2026 20:28Daniel MastalerzDaniel MastalerzScore: 5,437Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 26, 2026 21:225,36371,183,11342,492,0002,023,0002,293,760
2Feb 26, 2026 21:225,36568,234,47341,493,0003,036,0002,293,760
3Feb 25, 2026 20:195,36668,279,32442,510,0002,024,0002,514,944
4Feb 25, 2026 20:205,36870,719,99442,527,0002,025,0002,293,760
5Feb 25, 2026 20:195,36970,553,20942,535,0002,025,0002,293,760
6Feb 26, 2026 21:225,37177,533,88042,552,0002,026,0002,293,760
7Feb 25, 2026 20:285,37271,200,60842,565,0002,026,0002,293,760
8Feb 26, 2026 21:225,37675,101,31342,596,0002,028,0002,289,664
9Feb 26, 2026 21:225,37870,852,78142,606,0002,028,0002,416,640
10Feb 26, 2026 21:225,38071,744,91142,623,0002,029,0002,293,760
11Feb 25, 2026 20:205,39175,921,04741,763,0002,983,0002,293,760
12Feb 26, 2026 21:225,40168,990,72642,833,0001,992,0002,416,640
13Feb 25, 2026 20:205,43570,323,08443,103,0002,004,0002,293,760
14Feb 25, 2026 20:285,43769,368,15743,122,0002,005,0002,424,832
15Feb 26, 2026 21:225,44071,993,97742,142,0003,010,0002,416,640
16Feb 25, 2026 20:195,44372,981,68143,167,0002,007,0002,285,568
17Feb 26, 2026 21:225,45168,540,38842,230,0003,016,0002,408,448
18Feb 25, 2026 20:285,45267,924,02243,238,0002,011,0002,293,760
19Feb 25, 2026 20:195,47470,015,57844,425,0001,009,0002,285,568
20Feb 25, 2026 20:205,47473,021,78744,429,0001,009,0002,412,544
21Feb 25, 2026 20:285,47669,815,09244,444,0001,010,0002,285,568
22Feb 25, 2026 20:195,47870,592,72643,445,0002,020,0002,416,640
23Feb 25, 2026 20:195,47877,258,15043,450,0002,020,0002,277,376
24Feb 25, 2026 20:205,49379,407,44243,562,0002,026,0002,416,640
25Feb 25, 2026 20:205,51573,110,98643,783,0001,990,0002,424,832
26Feb 25, 2026 20:285,55169,351,23744,069,0002,003,0002,285,568
27Feb 25, 2026 20:285,55768,386,29043,114,0003,007,0002,285,568