0_0_32866813_23828.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866813_23828.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866813_23828.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866813_23828.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866813_23828.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866813_23828.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866813_23828.cpp: In function 'void guass(int)':
0_0_32866813_23828.cpp:26:22: error: expected ';' before ')' token
for(int i=0;i=eps)break;
^
0_0_32866813_23828.cpp: At global scope:
0_0_32866813_23828.cpp:28:9: error: expected unqualified-id before 'if'
if(r==n)continue;
^
0_0_32866813_23828.cpp:29:9: error: expected unqualified-id before 'for'
for(int j=0;j<=n;j++)swap(U[i][j],U[r][j]);
^
0_0_32866813_23828.cpp:29:21: error: 'j' does not name a type
for(int j=0;j<=n;j++)swap(U[i][j],U[r][j]);
^
0_0_32866813_23828.cpp:29:26: error: 'j' does not name a type
for(int j=0;j<=n;j++)swap(U[i][j],U[r][j]);
^
0_0_32866813_23828.cpp:30:9: error: expected unqualified-id before 'for'
for(int j=n;j>i;j--)U[i][j]/=U[i][i];
^
0_0_32866813_23828.cpp:30:21: error: 'j' does not name a type
for(int j=n;j>i;j--)U[i][j]/=U[i][i];
^
0_0_32866813_23828.cpp:30:25: error: 'j' does not name a type
for(int j=n;j>i;j--)U[i][j]/=U[i][i];
^
0_0_32866813_23828.cpp:31:9: error: 'U' does not name a type
U[i][i]=1;
^
0_0_32866813_23828.cpp:32:9: error: expected unqualified-id before 'for'
for(int j=0;ji;k--)U[j][k]-=U[j][i]*U[i][k];
^
0_0_32866813_23828.cpp:32:21: error: 'ji' does not name a type
for(int j=0;ji;k--)U[j][k]-=U[j][i]*U[i][k];
^
0_0_32866813_23828.cpp:32:24: error: 'k' does not name a type
for(int j=0;ji;k--)U[j][k]-=U[j][i]*U[i][k];
^
0_0_32866813_23828.cpp:33:13: error: 'U' does not name a type
U[j][i]=0;
^
0_0_32866813_23828.cpp:34:9: error: expected declaration before '}' token
}
^
|