#include #include extern char *gets(char *s) { return fgets(s, INT_MAX, stdin); }