Record Detail

Compile Error

/in/ex4.cpp: In function 'int main()':
/in/ex4.cpp:11:21: error: ISO C++ forbids variable length array 'arr' [-Werror=vla]
     int arr[m+2][n+2];
                     ^
/in/ex4.cpp:11:21: error: ISO C++ forbids variable length array 'arr' [-Werror=vla]
/in/ex4.cpp:17:9: error: expected primary-expression before ')' token
     if ()
         ^
/in/ex4.cpp:18:1: error: expected primary-expression before '}' token
 }
 ^
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Final Exam
Language
C++
Submit At
2022-08-02 15:41:01
Judged At
2022-08-06 15:11:49
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes