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 6, 2026 16:06Danylo MocherniukDanylo MocherniukScore: 6,206Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 6, 2026 16:066,15978,103,57649,112,0002,004,0002,293,760
2Apr 6, 2026 16:066,16673,908,63149,169,0002,006,0002,437,120
3Apr 6, 2026 16:066,17077,271,37849,202,0002,008,0002,293,760
4Apr 6, 2026 16:066,17573,364,32849,242,0002,009,0002,437,120
5Apr 6, 2026 16:066,19476,869,03950,404,0001,008,0002,293,760
6Apr 6, 2026 16:066,19578,069,04249,403,0002,016,0002,293,760
7Apr 6, 2026 16:066,19772,827,31649,418,0002,017,0002,428,928
8Apr 6, 2026 16:066,20673,908,63450,497,0001,009,0002,293,760
9Apr 6, 2026 16:066,21173,948,68851,553,00002,293,760
10Apr 6, 2026 16:066,21680,438,07750,580,0001,011,0002,293,760
11Apr 6, 2026 16:066,22182,575,56850,624,0001,012,0002,428,928
12Apr 6, 2026 16:066,24477,126,50450,832,000996,0002,293,760
13Apr 6, 2026 16:066,25874,497,76149,942,0001,997,0002,293,760
14Apr 6, 2026 16:066,26475,563,66749,995,0001,999,0002,433,024
15Apr 6, 2026 16:066,26679,638,76250,007,0002,000,0002,428,928