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 listOct 28, 2025 02:01Weitao WanWeitao WanScore: 37,909Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 28, 2025 02:0036,797331,001,170305,418,00002,265,088
2Oct 28, 2025 02:0336,816337,677,340304,577,000998,0002,514,944
3Oct 28, 2025 02:0036,816329,880,303303,579,0001,997,0002,523,136
4Oct 28, 2025 02:0036,823330,763,535303,636,0001,997,0002,514,944
5Oct 28, 2025 02:0336,825330,656,342305,645,00002,510,848
6Oct 28, 2025 02:0536,828332,544,518305,674,00002,289,664
7Oct 28, 2025 02:0036,828330,234,063305,676,00002,514,944
8Oct 28, 2025 02:0736,828330,835,988303,675,0001,997,0002,289,664
9Oct 28, 2025 02:0136,840327,346,364303,773,0001,998,0002,289,664
10Oct 28, 2025 02:0536,843330,075,642304,799,000999,0002,523,136
11Oct 28, 2025 02:0036,846328,297,075302,825,0002,998,0002,285,568
12Oct 28, 2025 02:0036,848330,159,664303,843,0001,998,0002,289,664
13Oct 28, 2025 02:0336,849335,985,915302,851,0002,998,0002,281,472
14Oct 28, 2025 02:0636,850339,859,651303,854,0001,999,0002,523,136
15Oct 28, 2025 02:0036,911328,622,067303,365,0002,993,0002,523,136
16Oct 28, 2025 02:0336,946331,573,497304,658,0001,997,0002,289,664
17Oct 28, 2025 02:0037,892340,641,578313,499,0001,001,0002,289,664
18Oct 28, 2025 02:0337,896340,225,282312,537,0001,997,0002,281,472
19Oct 28, 2025 02:0637,908345,453,706314,639,00002,281,472
20Oct 28, 2025 02:0637,909339,896,465312,651,0001,997,0002,289,664
21Oct 28, 2025 02:0137,911343,539,552312,666,0001,997,0002,289,664
22Oct 28, 2025 02:0137,911342,789,624312,665,0001,997,0002,289,664
23Oct 28, 2025 02:0637,911338,975,296312,667,0001,997,0002,289,664
24Oct 28, 2025 02:0037,911342,766,994313,660,000998,0002,289,664
25Oct 28, 2025 02:0337,913344,061,856312,683,0001,997,0002,289,664
26Oct 28, 2025 02:0137,913344,518,114313,676,000998,0002,289,664
27Oct 28, 2025 02:0337,914335,818,511312,687,0001,998,0002,514,944
28Oct 28, 2025 02:0737,915336,740,877313,690,0001,002,0002,289,664
29Oct 28, 2025 02:0137,920339,054,723312,735,0001,998,0002,289,664
30Oct 28, 2025 02:0137,920337,056,935312,738,0001,998,0002,281,472
31Oct 28, 2025 02:0737,921338,035,090312,746,0001,998,0002,514,944
32Oct 28, 2025 02:0637,922339,477,325312,751,0001,998,0002,289,664
33Oct 28, 2025 02:0337,929338,185,575313,811,000999,0002,347,008
34Oct 28, 2025 02:0337,936337,853,650312,873,0001,999,0002,269,184
35Oct 28, 2025 02:0637,939339,088,973312,894,0001,999,0002,289,664
36Oct 28, 2025 02:0137,943338,019,604311,924,0002,999,0002,281,472
37Oct 28, 2025 02:0537,945338,054,124312,947,0001,999,0002,281,472
38Oct 28, 2025 02:0138,449342,639,061317,123,0002,000,0002,281,472
39Oct 28, 2025 02:0138,453344,432,210317,160,0002,001,0002,289,664