#ifdef __cplusplus
extern "C" {
#endif
extern int GetN(void);
extern int Med3(int x, int y, int z);
extern void Answer(int M);
#ifdef __cplusplus
}
#endif
