Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Gauss v0.1
//g++ 5.4.0 #include <iostream> using namespace std; int gauss4(float [4][4], float [4], float [4]); int mostrar_matriz(float [4][4]); int main() { float matriz[4][4]; for(int i=0; i<4;i++){ for(int j=0; j<4; j++){ cin>>matriz[i][j]; } } mostrar_matriz(matriz); } int gauss4(float matriz[4][4], float b[4], float sol[4]){ for(int i=1; i<4; i++){ } } int mostrar_matriz(float matriz[4][4]){ for(int i=0; i<4;i++){ for(int j=0; j<4; j++){ cout<<matriz[i][j]<<" "; }printf("\n"); } }
run
|
edit
|
history
|
help
0
temp_new
Kalkulator z bajerami
Microsoft Question - MaxEmployeeAttendence (original question)
weird cast in qt moc files
runtime template mode processor
wealth of banks
Cyclically rotate an array by one
kadane's algorithm
Gauss op
Graph Theory On Strings