0_0_18051044_30577.cpp: In function 'int main()':
0_0_18051044_30577.cpp:57:1: error: a template declaration cannot appear at block scope
template<class T> void read(T&num) {
^
0_0_18051044_30577.cpp:64:1: error: a template declaration cannot appear at block scope
template<class T> inline void print(T p) {
^
0_0_18051044_30577.cpp:82:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_18051044_30577.cpp:105:1: error: expected '}' at end of input
}
^
|