Record Case Detail

Notes

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

Stderr

=================================================================
==3550==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7ffc13ea5930 at pc 0x00000051eb4c bp 0x7ffc13ea5780 sp 0x7ffc13ea5778
READ of size 4 at 0x7ffc13ea5930 thread T0
    #0 0x51eb4b  (/out/package/calc_mem+0x51eb4b)
    #1 0x51d2d5  (/out/package/calc_mem+0x51d2d5)
    #2 0x7f4e347b9b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x41d859  (/out/package/calc_mem+0x41d859)

Address 0x7ffc13ea5930 is located in stack of thread T0 at offset 368 in frame
    #0 0x51ad1f  (/out/package/calc_mem+0x51ad1f)

  This frame has 20 object(s):
    [32, 33) '__c.addr.i'
    [48, 56) '__dnew.i.i.i.i332'
    [80, 88) '__dnew.i.i.i.i283'
    [112, 120) '__dnew.i.i.i.i'
    [144, 160) 'intl' (line 41)
    [176, 208) 'temp' (line 43)
    [240, 272) 'agg.tmp'
    [304, 336) 'agg.tmp37'
    [368, 372) 'temptr' (line 61) <== Memory access at offset 368 is inside this variable
    [384, 416) 'agg.tmp39'
    [448, 452) 'temp3' (line 80)
    [464, 

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

JOJ Answer

Not enough operands
56 
Bad input
-89 56