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 18, 2026 20:29wnwnScore: 7,324Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2026 20:296,05775,566,36047,258,0003,016,0002,297,856
2Feb 18, 2026 20:296,08672,158,10748,496,0002,020,0002,281,472
3Feb 18, 2026 20:296,10877,553,05548,709,0001,988,0002,285,568
4Feb 18, 2026 20:177,04785,485,54854,458,0004,033,0002,461,696
5Feb 18, 2026 20:297,13981,589,00656,238,0003,012,0002,465,792
6Feb 18, 2026 20:177,15381,176,36656,350,0003,018,0002,433,024
7Feb 18, 2026 20:287,18681,395,31856,664,0002,982,0002,514,944
8Feb 18, 2026 20:297,23080,150,58656,011,0004,000,0002,490,368
9Feb 18, 2026 20:287,29985,982,36959,569,0001,009,0002,392,064
10Feb 18, 2026 20:287,32489,998,84159,795,000996,0002,457,600
11Feb 18, 2026 20:177,33684,810,58258,894,0001,996,0002,420,736
12Feb 18, 2026 20:287,35989,291,00559,075,0002,002,0002,404,352
13Feb 18, 2026 20:287,36784,387,42659,139,0002,004,0002,445,312
14Feb 18, 2026 20:287,52486,713,73458,420,0004,029,0002,449,408
15Feb 18, 2026 20:297,56987,237,37259,828,0002,991,0002,359,296
16Feb 18, 2026 20:237,70085,047,55761,913,0001,997,0002,523,136
17Feb 18, 2026 20:237,76488,464,08862,428,0002,013,0002,478,080
18Feb 18, 2026 20:237,77792,164,19662,533,0002,017,0002,396,160