Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==29364==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7ffcd594e370 at pc 0x00000051d2dd bp 0x7ffcd594e0b0 sp 0x7ffcd594e0a8 READ of size 4 at 0x7ffcd594e370 thread T0 #0 0x51d2dc (/out/package/calc_mem+0x51d2dc) #1 0x7f50c6ab7b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #2 0x41d879 (/out/package/calc_mem+0x41d879) Address 0x7ffcd594e370 is located in stack of thread T0 at offset 688 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) [560, 592) 's' (line 26) [624, 656) 'agg.tmp' [688, 692) 'a' (line 39) <== Memory access at offset 688 is inside this variable [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) [81
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 74 -27 -71