#include "huang.hpp" #include using namespace std; int main(){ int numS1=5; int numS2=9; model m1(numS1, numS2); m1.f1(); m1.f2(); return 0; }