Record Detail

Compile Error

/in/ex4.cpp: In function 'int main()':
/in/ex4.cpp:6:22: error: array must be initialized with a brace-enclosed initializer
  int arr[2010][2010]=0;
                      ^
/in/ex4.cpp:37:1: error: expected '}' at end of input
 }
 ^

Information

Submit By
Type
Submission
Homework
Final Exam
Language
C++
Submit At
2022-08-02 15:44:52
Judged At
2022-08-06 15:12:30
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes