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 listJan 15, 2026 16:57Jonathan GopelJonathan GopelScore: 334,955Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 15, 2026 16:57316,4412,648,630,8972,563,498,00062,963,0002,289,664
2Jan 15, 2026 16:58318,9312,675,283,4532,585,150,00061,979,0002,289,664
3Jan 15, 2026 16:57320,7082,687,291,3322,598,907,00062,973,0002,281,472
4Jan 15, 2026 16:58321,7462,694,421,5662,602,530,00067,961,0002,281,472
5Jan 15, 2026 16:58322,0532,708,820,6462,599,092,00073,945,0002,281,472
6Jan 15, 2026 16:58329,8972,765,915,2602,669,188,00068,953,0002,281,472
7Jan 15, 2026 16:58330,2072,764,670,6162,685,742,00054,974,0002,281,472
8Jan 15, 2026 16:58330,2532,769,451,2342,671,121,00069,976,0002,289,664
9Jan 15, 2026 16:58330,2852,770,673,0192,679,403,00061,963,0002,289,664
10Jan 15, 2026 16:58333,0612,790,283,3572,700,447,00063,963,0002,289,664
11Jan 15, 2026 16:57334,9552,806,630,2042,700,149,00079,974,0002,281,472
12Jan 15, 2026 16:57335,2512,806,046,1862,713,618,00068,964,0002,351,104
13Jan 15, 2026 16:58336,2882,820,902,5832,724,213,00066,980,0002,289,664
14Jan 15, 2026 16:58336,9292,828,286,4812,726,546,00069,962,0002,289,664
15Jan 15, 2026 16:57337,7432,834,432,8782,737,308,00065,959,0002,363,392
16Jan 15, 2026 16:57337,8842,835,926,1782,743,473,00060,966,0002,363,392
17Jan 15, 2026 16:57340,0872,848,053,9032,746,761,00075,965,0002,355,200
18Jan 15, 2026 16:58343,1372,876,657,3802,785,083,00062,956,0002,363,392
19Jan 15, 2026 16:57344,9832,891,005,4002,795,400,00067,961,0002,289,664
20Jan 15, 2026 16:57345,1592,888,428,0832,800,848,00063,973,0002,359,296
21Jan 15, 2026 16:58347,1782,909,579,1262,810,613,00070,964,0002,289,664