#ifndef SOLVE_H #define SOLVE_H double t2_solve(double *a, int n); #endif