0_0_18476200_17824.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18476200_17824.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18476200_17824.cpp: In function 'void init()':
0_0_18476200_17824.cpp:24:15: error: expected primary-expression before '%' token
scanf(%d%d%d, &P[i].x, &P[i].y, &P[i].z);
^
0_0_18476200_17824.cpp:24:16: error: 'd' was not declared in this scope
scanf(%d%d%d, &P[i].x, &P[i].y, &P[i].z);
^
0_0_18476200_17824.cpp:24:48: error: 'scanf' was not declared in this scope
scanf(%d%d%d, &P[i].x, &P[i].y, &P[i].z);
^
0_0_18476200_17824.cpp:30:15: error: expected primary-expression before '%' token
scanf(%d, &k);
^
0_0_18476200_17824.cpp:30:16: error: 'd' was not declared in this scope
scanf(%d, &k);
^
0_0_18476200_17824.cpp:30:21: error: 'scanf' was not declared in this scope
scanf(%d, &k);
^
0_0_18476200_17824.cpp:32:19: error: expected primary-expression before '%' token
scanf(%d, &t);
^
0_0_18476200_17824.cpp: In function 'int Directed_MST(int, int)':
0_0_18476200_17824.cpp:62:36: error: 'memset' was not declared in this scope
memset(vis, -1, sizeof(vis));
^
0_0_18476200_17824.cpp: In function 'void solve()':
0_0_18476200_17824.cpp:106:16: error: 'poor' was not declared in this scope
printf(poor XiaoA
^
0_0_18476200_17824.cpp:107:1: error: 'printf' was not declared in this scope
);
^
0_0_18476200_17824.cpp:109:16: error: expected primary-expression before '%' token
printf(%d
^
0_0_18476200_17824.cpp:109:17: error: 'd' was not declared in this scope
printf(%d
^
0_0_18476200_17824.cpp:110:6: error: 'printf' was not declared in this scope
, ans);
^
0_0_18476200_17824.cpp: In function 'int main()':
0_0_18476200_17824.cpp:114:18: error: expected primary-expression before '%' token
while (scanf(%d%d%d%d, &n, &x, &y, &z) != EOF && n + x + y + z) {
^
0_0_18476200_17824.cpp:114:19: error: 'd' was not declared in this scope
while (scanf(%d%d%d%d, &n, &x, &y, &z) != EOF && n + x + y + z) {
^
0_0_18476200_17824.cpp:114:42: error: 'scanf' was not declared in this scope
while (scanf(%d%d%d%d, &n, &x, &y, &z) != EOF && n + x + y + z) {
^
0_0_18476200_17824.cpp:114:47: error: 'EOF' was not declared in this scope
while (scanf(%d%d%d%d, &n, &x, &y, &z) != EOF && n + x + y + z) {
^
|