0_0_1333251_25790.cpp: In function `bool dfs(long long int)':
0_0_1333251_25790.cpp:28: error: incompatible types in assignment of `int' to `bool[1000]'
0_0_1333251_25790.cpp:29: error: ISO C++ forbids comparison between pointer and integer
0_0_1333251_25790.cpp:29: error: invalid conversion from `long long int*' to `long long int'
0_0_1333251_25790.cpp:29: error: initializing argument 1 of `bool dfs(long long int)'
0_0_1333251_25790.cpp:31: error: incompatible types in assignment of `long long int' to `long long int[1000]'
0_0_1333251_25790.cpp:35: error: ISO C++ forbids comparison between pointer and integer
0_0_1333251_25790.cpp:35: error: incompatible types in assignment of `int' to `long long int[1000]'
0_0_1333251_25790.cpp: In function `long long int perfect_match(int)':
0_0_1333251_25790.cpp:45: error: incompatible types in assignment of `int' to `long long int[1000]'
0_0_1333251_25790.cpp:46: error: incompatible types in assignment of `long long int' to `long long int[1000]'
0_0_1333251_25790.cpp:46: error: incompatible types in assignment of `int' to `long long int[1000]'
0_0_1333251_25790.cpp:49: error: ISO C++ forbids assignment of arrays
0_0_1333251_25790.cpp:59: error: incompatible types in assignment of `const long long int' to `long long int[1000]'
0_0_1333251_25790.cpp:68: error: ISO C++ forbids comparison between pointer and integer
0_0_1333251_25790.cpp:68: error: invalid conversion from `long long int*' to `long long int'
0_0_1333251_25790.cpp:73: error: incompatible types in assignment of `long long int*' to `long long int[1000]'
0_0_1333251_25790.cpp:73: error: incompatible types in assignment of `int' to `bool[1000]'
0_0_1333251_25790.cpp:74: error: incompatible types in assignment of `long long int*' to `long long int[1000]'
0_0_1333251_25790.cpp:74: error: incompatible types in assignment of `int' to `bool[1000]'
0_0_1333251_25790.cpp:81: error: invalid operands of types `long long int[1000]' and `long long int[1000]' to binary `operator+'
0_0_1333251_25790.cpp: In function `int main()':
0_0_1333251_25790.cpp:101: error: incompatible types in assignment of `const long long int' to `long long int[1000]'
0_0_1333251_25790.cpp:105: error: request for member `a' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:105: error: request for member `b' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:106: error: request for member `value' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:109: error: request for member `a' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:111: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:116: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:120: error: request for member `b' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:122: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:126: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:127: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:127: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:127: error: request for member `value' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:128: error: request for member `x' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:128: error: request for member `y' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:128: error: request for member `value' in `node', which is of non-class type `match[500]'
0_0_1333251_25790.cpp:134: error: wrong type argument to unary minus
|