368997_0_0_22511.cpp: In function `void add(int*, int*, int*)':
368997_0_0_22511.cpp:6: error: incompatible types in assignment of `int' to `int[510]'
368997_0_0_22511.cpp:7: error: incompatible types in assignment of `int' to `int[510]'
368997_0_0_22511.cpp:8: error: incompatible types in assignment of `int*' to `int[510]'
368997_0_0_22511.cpp:10: error: ISO C++ forbids comparison between pointer and integer
368997_0_0_22511.cpp:11: error: invalid operands of types `int[510]' and `int' to binary `operator/'
368997_0_0_22511.cpp:11: error: invalid operands of types `int[510]' and `int' to binary `operator%'
368997_0_0_22511.cpp:11: error: in evaluation of `operator%=(int[510], int)'
368997_0_0_22511.cpp:20: error: invalid conversion from `int*' to `int'
368997_0_0_22511.cpp: In function `void init()':
368997_0_0_22511.cpp:29: error: cannot convert `int (*)[510]' to `int*' for argument `3' to `void add(int*, int*, int*)'
|