0_0_19835015_11786.cpp:15:23: error: stray '#' in program
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_19835015_11786.cpp:15:29: error: stray '#' in program
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_19835015_11786.cpp: In function 'void get_num(int&)':
0_0_19835015_11786.cpp:15:27: error: expected ')' before ';' token
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_19835015_11786.cpp:15:30: error: lvalue required as unary '&' operand
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_19835015_11786.cpp:15:43: error: expected ';' before ')' token
if ( c < '0' ¦¦ c > '9' ) break ;
^
|