1 #ifndef _MAIN_H 2 #define _MAIN_H 3 4 #define N 10 5 #define M 10 6 7 #include <stdio.h> 8 9 #endif