#ifdef __cplusplus
extern "C" {
#endif
extern int Size(void);
extern int Span(int x, int y);
extern void Answer(int i, int x);
#ifdef __cplusplus
}
#endif
