Record Detail

Compile Error

/in/ex3.cpp:31:47: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
                prod += arr1[i][m]*arr2[m][j] << ' ';
                                              ^  ~~~
1 error generated.

Information

Submit By
Type
Submission
Homework
Homework 7
Language
C++ (Clang++, with memory check)
Submit At
2022-11-27 03:33:07
Judged At
2022-11-27 03:33:07
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes