Record Case Detail

Notes

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

Stderr

=================================================================
==59387==ERROR: AddressSanitizer: attempting double-free on 0x602000000010 in thread T0:
    #0 0x516bb8  (/out/package/calc_mem+0x516bb8)
    #1 0x51c51e  (/out/package/calc_mem+0x51c51e)
    #2 0x7f461b93fc86  (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
    #3 0x41d9d9  (/out/package/calc_mem+0x41d9d9)

0x602000000010 is located 0 bytes inside of 4-byte region [0x602000000010,0x602000000014)
freed by thread T0 here:
    #0 0x516bb8  (/out/package/calc_mem+0x516bb8)
    #1 0x51c51e  (/out/package/calc_mem+0x51c51e)
    #2 0x7f461b93fc86  (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)

previously allocated by thread T0 here:
    #0 0x515e40  (/out/package/calc_mem+0x515e40)
    #1 0x51cbbd  (/out/package/calc_mem+0x51cbbd)
    #2 0x7f461b93fc86  (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)

SUMMARY: AddressSanitizer: double-free (/out/package/calc_mem+0x516bb8) 
==59387==ABORTING

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
56 

JOJ Answer

Not enough operands
56 
Bad input
-89 56