#ifdef __cplusplus
extern "C" {
#endif

extern int Compare(long x, long y);
extern long GetN(void);
extern void Answer (long x);

#ifdef __cplusplus
}
#endif
