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 9, 2025 09:13luckyhwanluckyhwanScore: 46,625Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 9, 2025 09:1346,608412,341,804382,846,0003,998,0002,519,040
2Dec 9, 2025 08:3846,610414,432,540384,863,0001,999,0002,498,560
3Dec 9, 2025 08:3846,612417,422,155382,881,0003,998,0002,265,088
4Dec 9, 2025 08:3846,613412,166,552384,886,0001,999,0002,510,848
5Dec 9, 2025 08:3846,613417,022,296383,888,0002,999,0002,510,848
6Dec 9, 2025 09:1346,615415,860,745381,903,0004,998,0002,256,896
7Dec 9, 2025 08:3846,622413,050,698384,961,0001,999,0002,519,040
8Dec 9, 2025 09:1346,622413,698,856384,961,0001,999,0002,510,848
9Dec 9, 2025 09:1346,624411,597,317384,979,0001,999,0002,379,776
10Dec 9, 2025 09:1346,625410,344,416384,985,0001,999,0002,260,992
11Dec 9, 2025 09:1346,626413,847,862385,996,000999,0002,387,968
12Dec 9, 2025 09:1346,627418,775,132385,005,0002,000,0002,519,040
13Dec 9, 2025 09:1346,628421,907,760386,009,0001,000,0002,519,040
14Dec 9, 2025 08:3846,629411,443,963384,020,0003,000,0002,392,064
15Dec 9, 2025 08:3846,631415,311,767385,035,0002,000,0002,519,040
16Dec 9, 2025 08:3846,642410,814,699386,131,0001,000,0002,510,848
17Dec 9, 2025 08:3846,645410,039,583385,152,0002,000,0002,375,680
18Dec 9, 2025 09:1346,646409,283,960384,157,0003,001,0002,392,064