0_0_15003051_27132.cpp:1:10: error: 'size' was not declared in this scope
int ming[size];
^
0_0_15003051_27132.cpp:2:11: error: 'size' was not declared in this scope
int liang[size];
^
0_0_15003051_27132.cpp: In function 'int main(int, const char**)':
0_0_15003051_27132.cpp:5:27: error: 'scanf' was not declared in this scope
int n, m ,T;scanf("%d",&T);
^
0_0_15003051_27132.cpp:13:4: error: 'ming' was not declared in this scope
ming[i] = w;
^
0_0_15003051_27132.cpp:18:4: error: 'liang' was not declared in this scope
liang[i] = w;
^
0_0_15003051_27132.cpp:20:8: error: 'ming' was not declared in this scope
sort(ming, ming + n);
^
0_0_15003051_27132.cpp:20:22: error: 'sort' was not declared in this scope
sort(ming, ming + n);
^
0_0_15003051_27132.cpp:21:8: error: 'liang' was not declared in this scope
sort(liang, liang + n);
^
0_0_15003051_27132.cpp:32:14: error: 'puts' was not declared in this scope
puts("YES");
^
0_0_15003051_27132.cpp:34:13: error: 'puts' was not declared in this scope
puts("NO");
^
|