Compile Error
/in/ex4.cpp: In function 'int main()': /in/ex4.cpp:8:26: error: ISO C++ forbids variable length array 'matrix' [-Werror=vla] int matrix[row*column]; ^ /in/ex4.cpp:20:9: error: unused variable 'Num' [-Werror=unused-variable] int Num=0; ^~~ /in/ex4.cpp:21:9: error: unused variable 'n' [-Werror=unused-variable] int n=sizeof(fish); ^ cc1plus: all warnings being treated as errors
Information
- Submit By
- Type
- Submission
- Homework
- Final Exam
- Language
- C++
- Submit At
- 2022-08-02 15:38:23
- Judged At
- 2022-08-06 15:12:57
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes