Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==1372==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x7ffd32d6e1d8 in thread T0 #0 0x516798 (/out/package/calc_mem+0x516798) #1 0x51d79f (/out/package/calc_mem+0x51d79f) #2 0x7f5d016c0b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #3 0x41d5b9 (/out/package/calc_mem+0x41d5b9) Address 0x7ffd32d6e1d8 is located in stack of thread T0 at offset 216 in frame #0 0x51c4df (/out/package/calc_mem+0x51c4df) This frame has 10 object(s): [32, 33) '__c.addr.i.i' [48, 56) '__dnew.i.i.i.i56' [80, 88) '__dnew.i.i.i.i29' [112, 120) '__dnew.i.i.i.i' [144, 176) 's' (line 181) [208, 608) 'num_input' (line 181) <== Memory access at offset 216 is inside this variable [672, 688) 'dlist' (line 184) [704, 736) 'agg.tmp' [768, 800) 'agg.tmp2' [832, 864) 'agg.tmp10' HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext
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