100 atcoder#ABC184A. [ABC184A] Determinant
[ABC184A] Determinant
Score : points
Problem Statement
Given is a matrix . The determinant of can be found as . Find it.
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer as an integer.
1 2
3 4
-2
The determinant of is .
0 -1
1 0
1
100 100
100 100
0