1// f_specs.h 2 3 4#include "common.h" 5 6using namespace std; 7 8vector<string> get_vector_lines(); 9 10int count_pattern(vector<string>&); 11 12void put_count(int);