#include "hat.h" #include using namespace std; void init(int N) { // Do Something... } int call(vector F, vector B, int num) { // Do Something... return 0; }