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 listSep 3, 2025 21:49Adam FolwarcznyAdam FolwarcznyScore: 7,219Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 3, 2025 21:497,08592,587,06744,854,00013,954,0002,416,640
2Sep 3, 2025 21:497,11585,049,69840,037,00019,017,0002,457,600
3Sep 3, 2025 21:497,16383,253,18043,333,00016,124,0002,273,280
4Sep 3, 2025 21:497,20086,230,86645,819,00013,945,0002,465,792
5Sep 3, 2025 21:497,21877,484,36342,935,00016,974,0002,277,376
6Sep 3, 2025 21:497,21878,988,98841,939,00017,974,0002,314,240
7Sep 3, 2025 21:497,21979,002,48846,935,00012,982,0002,351,104
8Sep 3, 2025 21:497,24680,281,99744,103,00016,037,0002,531,328
9Sep 3, 2025 21:497,25884,742,10043,174,00017,069,0002,416,640
10Sep 3, 2025 21:497,25982,983,21744,184,00016,067,0002,363,392
11Sep 3, 2025 21:497,28080,236,28043,305,00017,120,0002,371,584
12Sep 3, 2025 21:497,29589,977,82244,403,00016,146,0002,539,520