// [ONI'2015] Qualificacao: Problema D - A procura de um numero // Ficheiro com assinaturas das funcoes #ifndef __PROCURA__ #define __PROCURA__ void resolver(int L, int C, int N); int pergunta(int y, int x); void resposta(int y, int x); #endif