#include <stdio.h>

int AA[100];
int BB[100];
int CC[100];
int m;

int main() {
	// code here
}