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 23:53wnwnScore: 5,355Success
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 23:535,30764,927,19942,045,0002,002,0002,441,216
2Feb 18, 2026 23:535,30968,623,33743,066,0001,001,0002,445,312
3Feb 18, 2026 23:535,33666,151,27542,275,0002,013,0002,453,504
4Feb 18, 2026 23:535,34269,989,62843,331,0001,007,0002,281,472
5Feb 18, 2026 23:535,34564,494,97443,355,0001,008,0002,445,312
6Feb 18, 2026 23:535,34767,387,67843,376,0001,008,0002,437,120
7Feb 18, 2026 23:535,34765,427,72744,382,00002,441,216
8Feb 18, 2026 23:535,35572,408,25343,433,0001,010,0002,281,472
9Feb 18, 2026 23:535,35867,203,32244,471,00002,281,472
10Feb 18, 2026 23:565,36164,894,08344,493,00002,281,472
11Feb 18, 2026 23:565,36370,077,98343,504,0001,011,0002,437,120
12Feb 18, 2026 23:535,36869,015,70043,546,0001,012,0002,281,472
13Feb 18, 2026 23:535,36969,117,68944,562,00002,527,232
14Feb 18, 2026 23:565,38572,620,13543,704,000993,0002,281,472
15Feb 18, 2026 23:535,40072,585,58543,823,000995,0002,441,216