0_0_1562368_22893.cpp:28: error: ISO C++ forbids declaration of `way' with no type
0_0_1562368_22893.cpp:28: error: declaration of `int node::way[35]'
0_0_1562368_22893.cpp:9: error: conflicts with previous declaration `int node::way[2][2]'
0_0_1562368_22893.cpp:90: error: expected `}' at end of input
0_0_1562368_22893.cpp: In member function `void node::init_way(int, int)':
0_0_1562368_22893.cpp:31: error: request for member `mod' in `((node*)this)->node::way[0]', which is of non-class type `int[2]'
0_0_1562368_22893.cpp:32: error: request for member `way' in `((node*)this)->node::way[0]', which is of non-class type `int[2]'
0_0_1562368_22893.cpp:33: error: request for member `way' in `((node*)this)->node::way[0]', which is of non-class type `int[2]'
0_0_1562368_22893.cpp:34: error: request for member `way' in `((node*)this)->node::way[0]', which is of non-class type `int[2]'
0_0_1562368_22893.cpp:35: error: request for member `way' in `((node*)this)->node::way[0]', which is of non-class type `int[2]'
0_0_1562368_22893.cpp:40: error: invalid operands of types `int[2]' and `int[2]' to binary `operator*'
0_0_1562368_22893.cpp: In member function `node node::binary(int)':
0_0_1562368_22893.cpp:52: error: no match for 'operator=' in 'ans = ((node*)this)->node::way[i]'
0_0_1562368_22893.cpp:8: note: candidates are: node& node::operator=(const node&)
0_0_1562368_22893.cpp:53: error: no match for 'operator*' in 'ans * ((node*)this)->node::way[i]'
0_0_1562368_22893.cpp:12: note: candidates are: node operator*(node, node)
0_0_1562368_22893.cpp: At global scope:
0_0_1562368_22893.cpp:90: error: expected unqualified-id at end of input
0_0_1562368_22893.cpp:90: error: expected `,' or `;' at end of input
|