#include <stdlib.h>
#include <string.h>

int chiedi(int K);
void rispondi(const char* S);

void indovina(int N) {
  rispondi("caedb");
}
