#include "eff_utils/Efficiency.hpp" //using namespace std; int main() { // since this is an abstract class we cannot do anything with it // will be tested by its derived classes return 0; }