#include <stdio.h>

int A[10][10];
int B[10][10];
int C[10][10];

int main() {
	// code here
}