Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==35419==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x7fffda1daddc in thread T0 #0 0x7fdd5865d480 in operator delete[](void*) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe1480) #1 0x55cea014ea19 in intMatrix::~intMatrix() (/out/package/ex3+0x16a19) #2 0x55cea014a5ed in main (/out/package/ex3+0x125ed) #3 0x7fdd56eeab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #4 0x55cea01468b9 in _start (/out/package/ex3+0xe8b9) Address 0x7fffda1daddc is located in stack of thread T0 SUMMARY: AddressSanitizer: bad-free (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe1480) in operator delete[](void*) ==35419==ABORTING
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
Testing saveTo 3: 3 pts Filename: output.txtMatrix Information: rows: 1 cols: 1 In your output.txt 32767
JOJ Answer
Testing saveTo 3: 3 pts Filename: output.txtMatrix Information: rows: 1 cols: 1 In your output.txt 1