0_0_1333268_6300.cpp: In function `bool dfs(int)':
0_0_1333268_6300.cpp:27: error: incompatible types in assignment of `int' to `bool[1000]'
0_0_1333268_6300.cpp:28: error: ISO C++ forbids comparison between pointer and integer
0_0_1333268_6300.cpp:28: error: invalid conversion from `int*' to `int'
0_0_1333268_6300.cpp:28: error: initializing argument 1 of `bool dfs(int)'
0_0_1333268_6300.cpp:30: error: incompatible types in assignment of `int' to `int[1000]'
0_0_1333268_6300.cpp:34: error: ISO C++ forbids comparison between pointer and integer
0_0_1333268_6300.cpp:34: error: incompatible types in assignment of `int' to `int[1000]'
0_0_1333268_6300.cpp: In function `int perfect_match(int)':
0_0_1333268_6300.cpp:44: error: incompatible types in assignment of `int' to `int[1000]'
0_0_1333268_6300.cpp:45: error: incompatible types in assignment of `int' to `int[1000]'
0_0_1333268_6300.cpp:45: error: incompatible types in assignment of `int' to `int[1000]'
0_0_1333268_6300.cpp:48: error: ISO C++ forbids assignment of arrays
0_0_1333268_6300.cpp:58: error: incompatible types in assignment of `const int' to `int[1000]'
0_0_1333268_6300.cpp:67: error: ISO C++ forbids comparison between pointer and integer
0_0_1333268_6300.cpp:67: error: invalid conversion from `int*' to `long long int'
0_0_1333268_6300.cpp:72: error: incompatible types in assignment of `int*' to `int[1000]'
0_0_1333268_6300.cpp:72: error: incompatible types in assignment of `int' to `bool[1000]'
0_0_1333268_6300.cpp:73: error: incompatible types in assignment of `int*' to `int[1000]'
0_0_1333268_6300.cpp:73: error: incompatible types in assignment of `int' to `bool[1000]'
0_0_1333268_6300.cpp:80: error: invalid operands of types `int[1000]' and `int[1000]' to binary `operator+'
0_0_1333268_6300.cpp: In function `int main()':
0_0_1333268_6300.cpp:100: error: incompatible types in assignment of `const int' to `int[1000]'
0_0_1333268_6300.cpp:104: error: request for member `a' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:104: error: request for member `b' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:105: error: request for member `value' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:108: error: request for member `a' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:110: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:115: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:119: error: request for member `b' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:121: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:125: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:126: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:126: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:126: error: request for member `value' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:127: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:127: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:127: error: request for member `value' in `node', which is of non-class type `match[500]'
0_0_1333268_6300.cpp:133: error: wrong type argument to unary minus
|