0_0_31461986_10184.cpp:13:3: error: stray '#' in program
}#include <iostream>
^
0_0_31461986_10184.cpp: In function 'int numadd(int, int)':
0_0_31461986_10184.cpp:13:4: error: 'include' was not declared in this scope
}#include <iostream>
^
0_0_31461986_10184.cpp:13:21: error: expected primary-expression before '>' token
}#include <iostream>
^
0_0_31461986_10184.cpp:15:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_31461986_10184.cpp:18:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_31461986_10184.cpp:65:1: error: expected '}' at end of input
}
^
|