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