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 listFeb 9, 2026 16:58lipapipalipapipaScore: 10,039Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 9, 2026 16:589,582104,836,79777,520,0002,013,0002,338,816
2Feb 9, 2026 16:589,589105,745,33375,562,0004,030,0002,392,064
3Feb 9, 2026 16:589,618112,584,73476,840,0002,993,0002,494,464
4Feb 9, 2026 16:589,683106,991,23876,348,0004,018,0002,514,944
5Feb 9, 2026 16:589,754106,128,72977,960,0002,998,0002,400,256
6Feb 9, 2026 16:589,780105,614,51077,164,0004,008,0002,392,064
7Feb 9, 2026 16:589,921111,639,40279,335,0003,012,0002,363,392
8Feb 9, 2026 16:4810,020112,293,26581,162,0002,004,0002,510,848
9Feb 9, 2026 16:4810,021109,691,40579,168,0004,008,0002,437,120
10Feb 9, 2026 16:4810,030109,773,95980,237,0003,008,0002,306,048
11Feb 9, 2026 16:4810,034107,015,06878,265,0005,017,0002,318,336
12Feb 9, 2026 16:4810,036107,737,97179,287,0004,014,0002,416,640
13Feb 9, 2026 16:4810,039111,779,02480,312,0003,011,0002,461,696
14Feb 9, 2026 16:4810,048109,734,08978,377,0005,024,0002,465,792
15Feb 9, 2026 16:5810,095110,965,98281,791,0001,994,0002,285,568
16Feb 9, 2026 16:4810,168110,514,58681,384,0003,014,0002,465,792
17Feb 9, 2026 16:5810,173110,737,20581,420,0003,015,0002,387,968
18Feb 9, 2026 16:5810,177109,488,91781,450,0003,016,0002,494,464
19Feb 9, 2026 16:4810,190112,538,16783,567,0001,006,0002,367,488
20Feb 9, 2026 16:4810,218109,942,58381,820,0002,993,0002,461,696
21Feb 9, 2026 16:4810,221113,123,91280,841,0003,992,0002,469,888
22Feb 9, 2026 16:5810,284110,406,70779,331,0006,025,0002,379,776
23Feb 9, 2026 16:5810,365116,866,95484,033,0002,000,0002,441,216
24Feb 9, 2026 16:4810,709114,877,81685,892,0002,996,0002,465,792