prog.cpp:14:14: error: too many decimal points in number
for (int i = 0...){
^
prog.cpp:15:15: error: too many decimal points in number
for (int j = 0...){
^
prog.cpp:16:16: error: too many decimal points in number
for (int k = 0...){
^
prog.cpp: In function ‘int main()’:
prog.cpp:3:11: error: ‘smthng’ was not declared in this scope
int t1 = smthng;
^
prog.cpp:7:29: error: ‘sumfunc’ was not declared in this scope
sumfunc (t1, t2, mas1, mas2);
^
prog.cpp: In function ‘void sumFunc(int, int, int (*)[2], int (*)[2])’:
prog.cpp:27:1: error: expected ‘;’ at end of input
}
^
prog.cpp:27:1: error: expected primary-expression at end of input
prog.cpp:27:1: error: expected ‘;’ at end of input
prog.cpp:27:1: error: expected primary-expression at end of input
prog.cpp:27:1: error: expected ‘)’ at end of input
prog.cpp:27:1: error: expected statement at end of input
prog.cpp:14:10: warning: unused variable ‘i’ [-Wunused-variable]
for (int i = 0...){
^
prog.cpp:27:1: error: expected ‘}’ at end of input
}
^