#include using namespace std; template void cuentaRepeticiones(const T A[], const T &buscado, int & total) { int max = total; total=0; for (int i=0; i