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 listApr 14, 2026 05:30wnwnScore: 4,257Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 14, 2026 05:334,20759,693,08332,922,0001,995,0002,494,464
2Apr 14, 2026 05:434,20761,664,50932,925,0001,995,0002,277,376
3Apr 14, 2026 05:304,23357,446,65933,125,0002,007,0002,277,376
4Apr 14, 2026 05:434,24655,217,85833,229,0002,013,0002,490,368
5Apr 14, 2026 05:314,24659,529,10033,227,0002,013,0002,277,376
6Apr 14, 2026 05:314,24762,939,41633,232,0002,014,0002,486,272
7Apr 14, 2026 05:334,24858,803,00733,241,0002,014,0002,490,368
8Apr 14, 2026 05:304,25056,997,46433,258,0002,015,0002,490,368
9Apr 14, 2026 05:304,25764,031,77233,315,0002,019,0002,277,376
10Apr 14, 2026 05:314,25754,963,86733,318,0002,019,0002,498,560
11Apr 14, 2026 05:334,26360,978,24834,372,0001,010,0002,277,376
12Apr 14, 2026 05:314,26862,698,16734,410,0001,012,0002,494,464
13Apr 14, 2026 05:314,27857,347,67734,490,0001,014,0002,502,656
14Apr 14, 2026 05:304,28765,927,49234,568,0001,016,0002,277,376
15Apr 14, 2026 05:314,29064,341,76034,588,0001,017,0002,498,560
16Apr 14, 2026 05:304,29167,698,73434,599,0001,017,0002,277,376
17Apr 14, 2026 05:434,29561,357,28734,629,0001,018,0002,494,464
18Apr 14, 2026 05:304,47058,256,91135,096,0002,005,0002,490,368