foo.cpp: In function 'int main()':
foo.cpp:6:23: error: 'memset' was not declared in this scope
foo.cpp:16:16: error: incompatible types in assignment of 'int [3]' to 'int [101]'
foo.cpp:18:28: error: invalid operands of types 'int [101]' and 'int [3]' to binary 'operator+'
foo.cpp:25:20: error: invalid conversion from 'int*' to 'int' [-fpermissive]
foo.cpp:28:48: error: invalid operands of types 'int [11]' and 'int [101]' to binary 'operator+'
foo.cpp:30:48: error: invalid operands of types 'int [11]' and 'int [101]' to binary 'operator+'
foo.cpp:33:45: error: invalid operands of types 'int [101][11]' and 'int [101]' to binary 'operator+'