atcoder#ABC255A. [ABC255A] You should output ARC, though this is ABC.
[ABC255A] You should output ARC, though this is ABC.
Score : points
Problem Statement
Given integers , , and a matrix , print .
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
1 0
0 1
0
We have .
2 2
1 2
3 4
4
We have .
2 1
90 80
70 60
70
We have .