#ifndef DIV_H #define DIV_H int chu(int a, int b); #endif