0_0_16393874_1437.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16393874_1437.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16393874_1437.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16393874_1437.cpp: In function 'void gauss(int)':
0_0_16393874_1437.cpp:59:30: error: expected ']' before ';' token
A[i][n + 1] / A[i][i];
^
0_0_16393874_1437.cpp:59:30: error: invalid types 'double [500][double]' for array subscript
0_0_16393874_1437.cpp:61:9: error: expected primary-expression before 'for'
for (int j = i - 1;j;j
^
0_0_16393874_1437.cpp:61:9: error: expected ']' before 'for'
0_0_16393874_1437.cpp:61:28: error: 'j' was not declared in this scope
for (int j = i - 1;j;j
^
0_0_16393874_1437.cpp: In function 'void bfs(int)':
0_0_16393874_1437.cpp:71:5: error: 'now' was not declared in this scope
now;
^
0_0_16393874_1437.cpp:81:5: error: expected primary-expression before '}' token
}
^
0_0_16393874_1437.cpp: In function 'int main()':
0_0_16393874_1437.cpp:86:18: error: 'scanf' was not declared in this scope
scanf("%d",&T);
^
0_0_16393874_1437.cpp:88:5: error: 'endl' was not declared in this scope
endl;
^
0_0_16393874_1437.cpp:107:30: error: 'cout' was not declared in this scope
if (fa[s] == fa[t]) {cout
^
0_0_16393874_1437.cpp:119:27: error: 'printf' was not declared in this scope
printf("inf\n");
^
0_0_16393874_1437.cpp:138:13: error: 'printf' was not declared in this scope
sumi);
^
|