0_0_1960582_15231.cpp: In function `int main()':
0_0_1960582_15231.cpp:9: error: invalid operands of types `int' and `int[30]' to binary `operator%'
0_0_1960582_15231.cpp:17: error: incompatible types in assignment of `int' to `int[2]'
0_0_1960582_15231.cpp:17: error: request for member `size' in `a', which is of non-class type `std::string[2]'
0_0_1960582_15231.cpp:17: error: ISO C++ forbids cast to non-reference type used as lvalue
0_0_1960582_15231.cpp:17: error: non-lvalue in assignment
0_0_1960582_15231.cpp:19: error: invalid types `int[2][30][int[2]]' for array subscript
0_0_1960582_15231.cpp:19: error: no match for 'operator!=' in 'a[k] != ',''
0_0_1960582_15231.cpp:20: error: invalid types `int[2][30][int[2]]' for array subscript
0_0_1960582_15231.cpp:20: error: no match for 'operator-' in 'a[k] - '0''
0_0_1960582_15231.cpp:24: error: invalid operands of types `int[30]' and `int[30]' to binary `operator+'
0_0_1960582_15231.cpp:24: error: in evaluation of `operator+=(int[30], int[30])'
0_0_1960582_15231.cpp:25: error: invalid operands of types `int[30]' and `int[30]' to binary `operator/'
0_0_1960582_15231.cpp:25: error: invalid operands of types `int[30]' and `int[30]' to binary `operator%'
0_0_1960582_15231.cpp:25: error: in evaluation of `operator%=(int[30], int[30])'
|