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 15, 2026 23:19wnwnScore: 8,343Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 15, 2026 23:117,15482,971,89953,337,0006,038,0002,334,720
2Feb 15, 2026 23:197,20585,951,14452,822,0006,976,0002,277,376
3Feb 15, 2026 23:117,27081,929,51454,310,0006,034,0002,461,696
4Feb 15, 2026 23:197,32286,705,85855,789,0004,981,0002,478,080
5Feb 15, 2026 23:117,32692,758,65251,834,0008,971,0002,469,888
6Feb 15, 2026 23:197,34788,295,82050,982,0009,996,0002,469,888
7Feb 15, 2026 23:118,26699,180,49861,548,0007,062,0002,453,504
8Feb 15, 2026 23:118,30798,642,43859,955,0008,993,0002,461,696
9Feb 15, 2026 23:198,33095,202,34163,124,0006,011,0002,461,696
10Feb 15, 2026 23:118,33990,476,52362,189,0007,021,0002,506,752
11Feb 15, 2026 23:118,34396,261,38262,220,0007,024,0002,334,720
12Feb 15, 2026 23:118,36997,084,59460,406,0009,060,0002,351,104
13Feb 15, 2026 23:198,40294,494,42661,765,0007,969,0002,437,120
14Feb 15, 2026 23:218,41298,759,57361,840,0007,979,0002,277,376
15Feb 15, 2026 23:118,45493,054,04561,145,0009,021,0002,441,216
16Feb 15, 2026 23:118,53793,753,91863,870,0006,985,0002,469,888
17Feb 15, 2026 23:218,652103,797,10561,836,0009,973,0002,473,984
18Feb 15, 2026 23:118,674104,546,04262,999,0008,999,0002,293,760
19Feb 15, 2026 23:218,70099,728,54263,185,0009,026,0002,379,776
20Feb 15, 2026 23:118,714100,953,22964,290,0008,036,0002,420,736
21Feb 15, 2026 23:198,802103,793,08062,045,00011,008,0002,330,624