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:13Danylo MocherniukDanylo MocherniukScore: 6,049Success
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:136,00575,997,34247,851,0001,993,0002,392,064
2Apr 6, 2026 16:136,00672,416,83648,853,000997,0002,293,760
3Apr 6, 2026 16:136,01173,401,52347,893,0001,995,0002,412,544
4Apr 6, 2026 16:156,01377,069,69847,916,0001,996,0002,293,760
5Apr 6, 2026 16:156,01375,492,11047,909,0001,996,0002,293,760
6Apr 6, 2026 16:156,01878,012,66247,952,0001,998,0002,400,256
7Apr 6, 2026 16:146,02071,606,48548,971,000999,0002,293,760
8Apr 6, 2026 16:146,02670,779,92148,018,0002,000,0002,293,760
9Apr 6, 2026 16:156,03471,847,37148,078,0002,003,0002,387,968
10Apr 6, 2026 16:146,03473,773,61448,077,0002,003,0002,400,256
11Apr 6, 2026 16:136,03871,594,44649,115,0001,002,0002,293,760
12Apr 6, 2026 16:156,04575,466,70348,164,0002,006,0002,392,064
13Apr 6, 2026 16:146,04573,506,70449,171,0001,003,0002,293,760
14Apr 6, 2026 16:146,04975,144,67148,200,0002,008,0002,293,760
15Apr 6, 2026 16:136,04975,118,27349,204,0001,004,0002,400,256
16Apr 6, 2026 16:146,05276,219,48548,221,0002,009,0002,400,256
17Apr 6, 2026 16:156,05279,567,40648,223,0002,009,0002,289,664
18Apr 6, 2026 16:146,05473,180,69149,243,0001,004,0002,293,760
19Apr 6, 2026 16:156,05572,639,19949,255,0001,005,0002,478,080
20Apr 6, 2026 16:156,06073,426,16748,288,0002,012,0002,396,160
21Apr 6, 2026 16:136,06874,149,28948,353,0002,014,0002,293,760
22Apr 6, 2026 16:136,06975,900,22250,374,00002,400,256
23Apr 6, 2026 16:156,06973,146,25549,368,0001,007,0002,404,352
24Apr 6, 2026 16:146,07072,718,30248,364,0002,015,0002,408,448
25Apr 6, 2026 16:136,07175,692,31549,385,0001,007,0002,293,760
26Apr 6, 2026 16:146,07473,619,67749,407,0001,008,0002,293,760
27Apr 6, 2026 16:136,09876,937,43749,602,0001,012,0002,396,160