Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==7729==ERROR: AddressSanitizer: heap-use-after-free on address 0x602000000050 at pc 0x00000051c451 bp 0x7ffd71be6650 sp 0x7ffd71be6648 READ of size 4 at 0x602000000050 thread T0 #0 0x51c450 (/out/package/calc_mem+0x51c450) #1 0x7f5254ad7b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #2 0x41d609 (/out/package/calc_mem+0x41d609) 0x602000000050 is located 0 bytes inside of 4-byte region [0x602000000050,0x602000000054) freed by thread T0 here: #0 0x5167e8 (/out/package/calc_mem+0x5167e8) #1 0x51b520 (/out/package/calc_mem+0x51b520) #2 0x7f5254ad7b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) previously allocated by thread T0 here: #0 0x515a70 (/out/package/calc_mem+0x515a70) #1 0x51ae44 (/out/package/calc_mem+0x51ae44) #2 0x7f5254ad7b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) SUMMARY: AddressSanitizer: heap-use-after-free (/out/package/calc_mem+0x51c450) Shadow bytes around the buggy address: 0x0c
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
Not enough operands 56 Bad input
JOJ Answer
Not enough operands 56 Bad input -89 56