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