Compile Error
/in/ex4.cpp: In function 'int main()': /in/ex4.cpp:14:11: error: unused variable 'N' [-Werror=unused-variable] int a,N,M; ^ /in/ex4.cpp: In function 'void mode2(int)': /in/ex4.cpp:43:23: error: ISO C++ forbids variable length array 'comparison' [-Werror=vla] int comparison[M-2]; ^ /in/ex4.cpp:59:12: error: 'A' may be used uninitialized in this function [-Werror=maybe-uninitialized] cout<<A; ^ cc1plus: all warnings being treated as errors
Information
- Submit By
- Type
- Submission
- Homework
- Assignment 7
- Language
- C++
- Submit At
- 2018-07-30 18:42:29
- Judged At
- 2018-07-30 18:42:29
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes