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 20:32wnwnScore: 4,420Success
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 20:374,36956,613,49435,259,0001,007,0002,490,368
2Feb 22, 2026 20:324,39058,883,03935,424,0001,012,0002,531,328
3Feb 22, 2026 20:324,39668,496,57735,474,0001,013,0002,277,376
4Feb 22, 2026 20:374,39656,122,94335,477,0001,013,0002,490,368
5Feb 22, 2026 20:324,40060,770,46135,506,0001,014,0002,490,368
6Feb 22, 2026 20:324,41265,193,19235,603,0001,017,0002,494,464
7Feb 22, 2026 20:324,41860,320,62335,648,0001,018,0002,490,368
8Feb 22, 2026 20:324,42060,100,57135,664,0001,018,0002,490,368
9Feb 22, 2026 20:324,43766,455,09434,840,0001,990,0002,535,424
10Feb 22, 2026 20:324,48556,867,85335,214,0002,012,0002,478,080
11Feb 22, 2026 20:324,48657,565,26435,218,0002,012,0002,531,328
12Feb 22, 2026 20:324,49260,045,20235,267,0002,015,0002,277,376
13Feb 22, 2026 20:374,49760,858,25436,315,0001,008,0002,498,560
14Feb 22, 2026 20:324,85363,028,11639,277,0001,007,0002,531,328
15Feb 22, 2026 20:328,26492,152,73667,581,0001,008,0002,498,560