Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==3077==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7ffd375e99e0 at pc 0x00000051d2dd bp 0x7ffd375e9690 sp 0x7ffd375e9688 READ of size 4 at 0x7ffd375e99e0 thread T0 #0 0x51d2dc (/out/package/calc_mem+0x51d2dc) #1 0x7fd24e834b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #2 0x41d879 (/out/package/calc_mem+0x41d879) Address 0x7ffd375e99e0 is located in stack of thread T0 at offset 832 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) [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' (line 96) [832, 836) 'b54' (line 122) <
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
JOJ Answer
Not enough operands 56 Bad input -89 56