#include <string>
using namespace std;

int chiedi(int K);
void rispondi(string S);

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