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 listMar 21, 2026 01:09zielajzielajScore: 3,595Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 01:143,43556,030,18427,494,0001,018,0002,449,408
2Mar 21, 2026 01:143,43648,273,72527,504,0001,018,0002,523,136
3Mar 21, 2026 01:313,43748,831,34327,505,0001,018,0002,445,312
4Mar 21, 2026 01:143,44051,669,53227,535,0001,019,0002,428,928
5Mar 21, 2026 01:313,47656,076,87226,861,0001,989,0002,449,408
6Mar 21, 2026 22:463,47658,011,62826,858,0001,989,0002,441,216
7Mar 23, 2026 00:163,54353,259,48828,395,0001,014,0002,441,216
8Mar 21, 2026 22:093,56562,282,22128,570,0001,020,0002,482,176
9Mar 21, 2026 22:093,56960,822,35528,604,0001,021,0002,519,040
10Mar 23, 2026 00:163,59559,200,14427,846,0001,989,0002,519,040
11Mar 21, 2026 22:093,59754,301,67227,867,0001,990,0002,519,040
12Mar 21, 2026 22:463,60449,259,32927,916,0001,994,0002,514,944
13Mar 21, 2026 22:463,62051,948,38928,043,0002,003,0002,519,040
14Mar 21, 2026 01:313,62750,495,51428,094,0002,006,0002,506,752
15Mar 23, 2026 00:163,63250,768,75828,137,0002,009,0002,523,136
16Mar 21, 2026 01:093,66060,435,73829,370,0001,012,0002,445,312
17Mar 21, 2026 01:093,94266,404,59131,695,0001,022,0002,269,184
18Mar 21, 2026 01:093,99366,946,71831,190,0001,949,0002,269,184