Find the determinant of the 3x3 matrix
Submit solution
C
Points:
10
Time limit:
15.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Find the determinant of the 3x3 matrix
Sample input
1 4 5 1 3 1 2 3 1
Sample output
-11
Comments