0_0_13046630_15266.cpp: In function `void ini()':
0_0_13046630_15266.cpp:54: error: invalid operands of types `int[30]' and `int' to binary `operator&'
0_0_13046630_15266.cpp:55: error: incompatible types in assignment of `int' to `int[300]'
0_0_13046630_15266.cpp:62: error: invalid operands of types `int[30]' and `int*' to binary `operator*'
0_0_13046630_15266.cpp:63: error: invalid operands of types `int[30]' and `int[30]' to binary `operator*'
0_0_13046630_15266.cpp: In function `int getnum(int, int)':
0_0_13046630_15266.cpp:68: error: invalid operands of types `int' and `int[30]' to binary `operator/'
0_0_13046630_15266.cpp: In function `int getstate(int, int)':
0_0_13046630_15266.cpp:73: error: invalid operands of types `int' and `int[30]' to binary `operator*'
0_0_13046630_15266.cpp: In function `void dfs(int, int)':
0_0_13046630_15266.cpp:89: error: invalid operands of types `int' and `int[30]' to binary `operator-'
0_0_13046630_15266.cpp:90: error: invalid operands of types `int' and `int[30]' to binary `operator-'
0_0_13046630_15266.cpp: In function `int main()':
0_0_13046630_15266.cpp:113: error: invalid operands of types `int' and `int[30]' to binary `operator-'
0_0_13046630_15266.cpp:114: error: invalid operands of types `int' and `int[30]' to binary `operator-'
0_0_13046630_15266.cpp:118: error: ISO C++ forbids comparison between pointer and integer
0_0_13046630_15266.cpp:120: error: invalid operands of types `int' and `int[30]' to binary `operator*'
0_0_13046630_15266.cpp:121: error: ISO C++ forbids cast to non-reference type used as lvalue
0_0_13046630_15266.cpp:121: error: non-lvalue in assignment
|