#ifndef __TEST_FUNC__H__ #define __TEST_FUNC__H__ #include<iostream> #include<vector> int Subtract(int total, std::vector<int> &value); #endif