0_0_21598169_10593.cpp:33:35: error: stray '#' in program
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:33:41: error: stray '#' in program
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:35:35: error: stray '#' in program
if ( s[0] == '^' )
^
0_0_21598169_10593.cpp:35:41: error: stray '#' in program
if ( s[0] == '^' )
^
0_0_21598169_10593.cpp:37:35: error: stray '#' in program
if ( s[0] == 'v' )
^
0_0_21598169_10593.cpp:37:41: error: stray '#' in program
if ( s[0] == 'v' )
^
0_0_21598169_10593.cpp:47:35: error: stray '#' in program
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:47:41: error: stray '#' in program
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:49:35: error: stray '#' in program
if ( s[0] == '>' )
^
0_0_21598169_10593.cpp:49:41: error: stray '#' in program
if ( s[0] == '>' )
^
0_0_21598169_10593.cpp:51:35: error: stray '#' in program
if ( s[0] == '<' )
^
0_0_21598169_10593.cpp:51:41: error: stray '#' in program
if ( s[0] == '<' )
^
0_0_21598169_10593.cpp: In function 'int main()':
0_0_21598169_10593.cpp:33:36: error: lvalue required as unary '&' operand
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:33:38: error: expected ')' before ';' token
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:33:42: error: lvalue required as unary '&' operand
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:33:46: error: expected primary-expression before ')' token
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:35:36: error: lvalue required as unary '&' operand
if ( s[0] == '^' )
^
0_0_21598169_10593.cpp:35:38: error: expected ')' before ';' token
if ( s[0] == '^' )
^
0_0_21598169_10593.cpp:35:39: error: expected primary-expression before '^' token
if ( s[0] == '^' )
^
0_0_21598169_10593.cpp:35:42: error: lvalue required as unary '&' operand
if ( s[0] == '^' )
^
0_0_21598169_10593.cpp:35:46: error: expected primary-expression before ')' token
if ( s[0] == '^' )
^
0_0_21598169_10593.cpp:37:36: error: lvalue required as unary '&' operand
if ( s[0] == 'v' )
^
0_0_21598169_10593.cpp:37:38: error: expected ')' before ';' token
if ( s[0] == 'v' )
^
0_0_21598169_10593.cpp:37:46: error: expected primary-expression before ')' token
if ( s[0] == 'v' )
^
0_0_21598169_10593.cpp:47:36: error: lvalue required as unary '&' operand
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:47:38: error: expected ')' before ';' token
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:47:42: error: lvalue required as unary '&' operand
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:47:46: error: expected primary-expression before ')' token
if ( s[0] == '*' )
^
0_0_21598169_10593.cpp:49:36: error: lvalue required as unary '&' operand
if ( s[0] == '>' )
^
0_0_21598169_10593.cpp:49:38: error: expected ')' before ';' token
if ( s[0] == '>' )
^
0_0_21598169_10593.cpp:49:39: error: expected primary-expression before '>' token
if ( s[0] == '>' )
^
0_0_21598169_10593.cpp:49:42: error: lvalue required as unary '&' operand
if ( s[0] == '>' )
^
0_0_21598169_10593.cpp:49:46: error: expected primary-expression before ')' token
if ( s[0] == '>' )
^
0_0_21598169_10593.cpp:51:36: error: lvalue required as unary '&' operand
if ( s[0] == '<' )
^
0_0_21598169_10593.cpp:51:38: error: expected ')' before ';' token
if ( s[0] == '<' )
^
0_0_21598169_10593.cpp:51:39: error: expected primary-expression before '<' token
if ( s[0] == '<' )
^
0_0_21598169_10593.cpp:51:42: error: lvalue required as unary '&' operand
if ( s[0] == '<' )
^
0_0_21598169_10593.cpp:51:46: error: expected primary-expression before ')' token
if ( s[0] == '<' )
^
|