Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==57152==ERROR: LeakSanitizer: detected memory leaks Too many leaks! Only the first 5000 leaks encountered will be reported. Direct leak of 168 byte(s) in 3 object(s) allocated from: #0 0x517420 (/out/package/test_part1+0x517420) #1 0x52216b (/out/package/test_part1+0x52216b) #2 0x5231aa (/out/package/test_part1+0x5231aa) #3 0x7f3381482b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) Direct leak of 168 byte(s) in 3 object(s) allocated from: #0 0x517420 (/out/package/test_part1+0x517420) #1 0x52216b (/out/package/test_part1+0x52216b) #2 0x5220f3 (/out/package/test_part1+0x5220f3) #3 0x5231aa (/out/package/test_part1+0x5231aa) #4 0x7f3381482b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) Direct leak of 112 byte(s) in 2 object(s) allocated from: #0 0x517420 (/out/package/test_part1+0x517420) #1 0x52216b (/out/package/test_part1+0x52216b) #2 0x5220f3 (/out/package/test_part1+0x5220f3) #
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
111
JOJ Answer
000