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 listMar 15, 2026 14:02caandocaandoScore: 4,623Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 13, 2026 14:244,56666,206,09735,905,0001,994,0002,285,568
2Mar 13, 2026 14:244,58460,894,37136,046,0002,002,0002,285,568
3Mar 17, 2026 16:474,59661,050,15237,141,0001,003,0002,486,272
4Mar 15, 2026 14:504,60661,260,87236,216,0002,012,0002,486,272
5Mar 15, 2026 14:504,61266,847,53836,263,0002,014,0002,285,568
6Mar 15, 2026 14:524,61362,733,86136,275,0002,015,0002,478,080
7Mar 15, 2026 14:034,61461,120,10136,285,0002,015,0002,478,080
8Mar 17, 2026 16:474,62060,913,08536,325,0002,018,0002,482,176
9Mar 15, 2026 14:024,62360,511,86036,353,0002,019,0002,285,568
10Mar 15, 2026 14:504,62358,352,89037,361,0001,009,0002,285,568
11Mar 13, 2026 14:244,63261,509,72236,423,0002,023,0002,285,568
12Mar 17, 2026 16:474,63358,183,74036,433,0002,024,0002,281,472
13Mar 15, 2026 14:524,63663,610,42434,431,0004,050,0002,478,080
14Mar 15, 2026 14:034,64065,046,70637,499,0001,013,0002,465,792
15Mar 15, 2026 14:034,64765,204,09537,558,0001,015,0002,486,272
16Mar 15, 2026 14:524,67968,455,37935,850,0002,987,0002,277,376
17Mar 15, 2026 14:024,70662,263,80737,058,0002,003,0002,285,568
18Mar 15, 2026 14:024,71170,536,89536,093,0003,007,0002,285,568