#ifndef bruteforce_cost_h #define bruteforce_cost_h #include #include "bigint.h" bigint bruteforce_cost(const std::vector &,const std::vector &); #endif