#include int solve(double** A, double *b, int n) { int i,k; if (n<=0) return 0; for (i=0; i