Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==35303==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x7ffe06be0794 in thread T0 #0 0x516a58 (/out/package/calc_mem+0x516a58) #1 0x51cd04 (/out/package/calc_mem+0x51cd04) #2 0x7f1b6153bb96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #3 0x41d879 (/out/package/calc_mem+0x41d879) Address 0x7ffe06be0794 is located in stack of thread T0 at offset 116 in frame #0 0x51a1df (/out/package/calc_mem+0x51a1df) This frame has 20 object(s): [32, 40) '__endptr.i.i' [64, 72) '__dnew.i.i.i.i' [96, 496) 'num' (line 21) <== Memory access at offset 116 is inside this variable [560, 592) 's' (line 26) [624, 656) 'agg.tmp' [688, 692) 'a' (line 39) [704, 708) 'c' (line 39) [720, 724) 'a18' (line 58) [736, 740) 'c20' (line 58) [752, 756) 'a29' (line 77) [768, 772) 'c31' (line 77) [784, 788) 'a40' (line 96) [800, 804) 'b41' (line 96) [816, 820) 'c42' (l
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
Bad input Bad input 46 -49 -23 -19 92 0
JOJ Answer
Bad input Bad input 46 -49 -23 -19 92 0