Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==1745==ERROR: LeakSanitizer: detected memory leaks Direct leak of 12 byte(s) in 3 object(s) allocated from: #0 0x515f40 (/out/package/calc_mem+0x515f40) #1 0x51f786 (/out/package/calc_mem+0x51f786) #2 0x7f4bbed34b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) SUMMARY: AddressSanitizer: 12 byte(s) leaked in 3 allocation(s).
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 74 -27 -71
JOJ Answer
Not enough operands 74 -27 -71