Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

=================================================================
==1748==ERROR: AddressSanitizer: heap-use-after-free on address 0x602000000050 at pc 0x00000051f95c bp 0x7fffb9e3e320 sp 0x7fffb9e3e318
READ of size 4 at 0x602000000050 thread T0
    #0 0x51f95b  (/out/package/calc_mem+0x51f95b)
    #1 0x51ced1  (/out/package/calc_mem+0x51ced1)
    #2 0x7fd47f60ab96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x41dad9  (/out/package/calc_mem+0x41dad9)

0x602000000050 is located 0 bytes inside of 4-byte region [0x602000000050,0x602000000054)
freed by thread T0 here:
    #0 0x516cb8  (/out/package/calc_mem+0x516cb8)
    #1 0x51c2b8  (/out/package/calc_mem+0x51c2b8)
    #2 0x7fd47f60ab96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

previously allocated by thread T0 here:
    #0 0x515f40  (/out/package/calc_mem+0x515f40)
    #1 0x51b46d  (/out/package/calc_mem+0x51b46d)
    #2 0x7fd47f60ab96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

SUMMARY: AddressSanitizer: heap-use-after-free (/out/package/calc_mem+0x51f9

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