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 17, 2026 20:40wnwnScore: 7,248Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2026 20:406,32080,867,59249,428,0003,026,0002,445,312
2Feb 17, 2026 20:426,33678,141,78548,544,0004,045,0002,412,544
3Feb 17, 2026 20:426,36380,091,52248,830,0003,986,0002,457,600
4Feb 17, 2026 20:406,37479,291,46449,912,0002,994,0002,445,312
5Feb 17, 2026 20:406,42274,833,26548,272,0005,028,0002,428,928
6Feb 17, 2026 20:426,50675,898,32550,997,0002,999,0002,269,184
7Feb 17, 2026 20:407,21088,735,64856,855,0002,992,0002,502,656
8Feb 17, 2026 20:407,22085,661,24855,934,0003,995,0002,510,848
9Feb 17, 2026 20:407,22985,285,35556,998,0002,999,0002,486,272
10Feb 17, 2026 20:407,24887,558,45658,151,0002,005,0002,514,944
11Feb 17, 2026 20:407,27084,976,17058,332,0002,011,0002,351,104
12Feb 17, 2026 20:407,27183,770,68657,335,0003,017,0002,469,888
13Feb 17, 2026 20:407,28389,126,70458,433,0002,014,0002,277,376
14Feb 17, 2026 20:427,28992,653,89956,467,0004,033,0002,494,464
15Feb 17, 2026 20:427,33682,592,28458,896,0001,996,0002,478,080
16Feb 17, 2026 20:407,34986,527,93157,994,0002,999,0002,433,024
17Feb 17, 2026 20:427,41388,404,71758,505,0003,026,0002,514,944
18Feb 17, 2026 20:407,44493,733,57056,805,0004,982,0002,396,160