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 listDec 22, 2025 04:34Josu San MartinJosu San MartinScore: 34,859Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2025 04:3434,792311,705,498286,779,0001,998,0002,269,184
2Dec 22, 2025 04:3334,793312,696,860287,779,000999,0002,293,760
3Dec 22, 2025 04:2434,802317,032,632287,855,000999,0002,269,184
4Dec 22, 2025 04:3334,809312,983,565286,912,0001,999,0002,289,664
5Dec 22, 2025 04:3334,815322,185,698286,965,0001,999,0002,273,280
6Dec 22, 2025 04:3434,822313,959,535287,023,0002,000,0002,289,664
7Dec 22, 2025 04:2434,835311,802,662287,134,0002,000,0002,289,664
8Dec 22, 2025 04:2434,843313,649,148288,194,0001,000,0002,269,184
9Dec 22, 2025 04:3334,843312,634,730287,196,0002,001,0002,367,488
10Dec 22, 2025 04:2434,844312,854,965287,205,0002,001,0002,289,664
11Dec 22, 2025 04:2434,846313,447,650288,220,0001,000,0002,523,136
12Dec 22, 2025 04:3334,849313,343,580287,244,0002,001,0002,289,664
13Dec 22, 2025 04:3434,850314,188,826288,256,0001,000,0002,281,472
14Dec 22, 2025 04:3334,859314,256,481288,327,0001,001,0002,523,136
15Dec 22, 2025 04:3334,859314,078,266288,329,0001,001,0002,281,472
16Dec 22, 2025 04:3434,864312,337,657289,369,00002,265,088
17Dec 22, 2025 04:3434,866316,841,689288,383,0001,001,0002,273,280
18Dec 22, 2025 04:3434,876316,641,479288,473,0001,001,0002,289,664
19Dec 22, 2025 04:3334,908312,673,489287,739,0001,998,0002,273,280
20Dec 22, 2025 04:2434,908316,064,362287,741,0001,998,0002,523,136
21Dec 22, 2025 04:3434,911315,054,128287,766,0001,998,0002,289,664
22Dec 22, 2025 04:3334,915312,812,130287,799,0001,998,0002,269,184
23Dec 22, 2025 04:2434,923311,388,453287,863,0001,999,0002,269,184
24Dec 22, 2025 04:3434,931311,970,418287,931,0001,999,0002,277,376
25Dec 22, 2025 04:2434,941313,012,549288,007,0002,000,0002,281,472
26Dec 22, 2025 04:2434,944318,001,824289,035,0001,000,0002,289,664
27Dec 22, 2025 04:3434,980310,546,231290,336,00002,383,872