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:15wnwnScore: 4,106Success
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:154,07759,756,18831,848,0001,990,0002,277,376
2Apr 14, 2026 05:164,08063,617,44231,875,0001,992,0002,490,368
3Apr 14, 2026 05:154,08359,404,90331,896,0001,993,0002,486,272
4Apr 14, 2026 05:164,09158,269,71131,962,0001,997,0002,535,424
5Apr 14, 2026 05:154,09357,148,40731,977,0001,998,0002,498,560
6Apr 14, 2026 05:144,09760,041,32232,007,0002,000,0002,494,464
7Apr 14, 2026 05:144,09757,512,07132,003,0002,000,0002,502,656
8Apr 14, 2026 05:164,10657,989,46232,073,0002,004,0002,277,376
9Apr 14, 2026 05:144,16762,477,10433,572,0001,017,0002,277,376
10Apr 14, 2026 05:154,25257,131,06934,286,0001,008,0002,277,376
11Apr 14, 2026 05:164,26960,734,75534,422,0001,012,0002,277,376
12Apr 14, 2026 05:154,27657,393,23034,479,0001,014,0002,277,376
13Apr 14, 2026 05:154,29366,018,51034,618,0001,018,0002,277,376
14Apr 14, 2026 05:164,31558,365,65933,824,0001,989,0002,277,376
15Apr 14, 2026 05:164,33559,585,29933,982,0001,998,0002,277,376