#ifndef __AVALIADOR_H__ #define __AVALIADOR_H__ #define MAXN 100000000000000 #define MAXK 50 #define MAXQ 600 #ifdef __cplusplus using namespace std; #endif int resolver(int n, int k, int q); int pergunta(int temp); #endif