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 22, 2026 22:01wnwnScore: 4,436Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 22, 2026 22:044,38955,807,30335,419,0001,011,0002,486,272
2Feb 22, 2026 22:014,39458,256,73535,459,0001,013,0002,498,560
3Feb 22, 2026 22:014,39755,851,56635,479,0001,013,0002,494,464
4Feb 22, 2026 22:014,40262,298,44635,521,0001,014,0002,277,376
5Feb 22, 2026 22:044,40666,688,90335,551,0001,015,0002,277,376
6Feb 22, 2026 22:024,41161,801,73535,593,0001,016,0002,277,376
7Feb 22, 2026 22:024,43164,377,95835,785,000994,0002,277,376
8Feb 22, 2026 22:014,43664,537,95234,826,0001,990,0002,490,368
9Feb 22, 2026 22:014,43864,962,87334,848,0001,991,0002,490,368
10Feb 22, 2026 22:024,43864,654,54835,841,000995,0002,277,376
11Feb 22, 2026 22:044,44057,092,75734,860,0001,992,0002,277,376
12Feb 22, 2026 22:014,44661,964,83034,907,0001,994,0002,277,376
13Feb 22, 2026 22:024,49161,284,32136,265,0001,007,0002,277,376
14Feb 22, 2026 22:024,49956,863,28435,323,0002,018,0002,531,328
15Feb 22, 2026 22:024,50660,078,04036,390,0001,010,0002,535,424