0_0_16393235_19274.cpp:15:15: error: stray '#' in program
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_16393235_19274.cpp:15:21: error: stray '#' in program
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_16393235_19274.cpp: In function 'void get_num(int&)':
0_0_16393235_19274.cpp:15:19: error: expected ')' before ';' token
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_16393235_19274.cpp:15:22: error: lvalue required as unary '&' operand
if ( c < '0' ¦¦ c > '9' ) break ;
^
0_0_16393235_19274.cpp:15:35: error: expected ';' before ')' token
if ( c < '0' ¦¦ c > '9' ) break ;
^
|