Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==34352==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7ffd9d5004c0 at pc 0x00000051ca92 bp 0x7ffd9d500410 sp 0x7ffd9d500408 READ of size 4 at 0x7ffd9d5004c0 thread T0 #0 0x51ca91 (/out/package/calc_mem+0x51ca91) #1 0x7ff3efe18b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #2 0x41d7e9 (/out/package/calc_mem+0x41d7e9) Address 0x7ffd9d5004c0 is located in stack of thread T0 at offset 160 in frame #0 0x51a16f (/out/package/calc_mem+0x51a16f) This frame has 5 object(s): [32, 40) '__endptr.i.i' [64, 80) 'RPN' (line 19) [96, 128) 'str' (line 20) [160, 164) 'tmpint53' (line 87) <== Memory access at offset 160 is inside this variable [176, 192) 'RPN_cp' (line 111) HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext (longjmp and C++ exceptions *are* supported) SUMMARY: AddressSanitizer: stack-use-after-scope (/out/package/calc_mem+0x51ca9
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