0_0_25105037_28323.cpp:5:25: error: expected unqualified-id before ';' token
template<class T> inline;
^
0_0_25105037_28323.cpp:6:11: error: variable or field 'read' declared void
void read(T& num) {
^
0_0_25105037_28323.cpp:6:11: error: 'T' was not declared in this scope
0_0_25105037_28323.cpp:6:14: error: 'num' was not declared in this scope
void read(T& num) {
^
|