0_0_39090274_31231.cpp: In member function 'void MAT::gauss_eliminate()':
0_0_39090274_31231.cpp:132:40: error: 's' was not declared in this scope
132 | for(int k = i+1; k < r;s ++k)
| ^
0_0_39090274_31231.cpp:132:44: error: expected ')' before 'k'
132 | for(int k = i+1; k < r;s ++k)
| ^
0_0_39090274_31231.cpp:132:20: note: to match this '('
132 | for(int k = i+1; k < r;s ++k)
| ^
0_0_39090274_31231.cpp:132:45: error: expected ';' before ')' token
132 | for(int k = i+1; k < r;s ++k)
| ^
|