#ifndef __NAV_H #define __NAV_H #include void init(int subtask, int n, int m, std::vector A, std::vector B); int findPrime(); int nav(int u); #endif