#ifndef MUL_H
#define MUL_H


int  mul(int a, int b);
 bool  chen(int a, int b, int *e);

#endif