0_0_21596413_19314.cpp:73:23: error: stray '#' in program
if(type=='C')
^
0_0_21596413_19314.cpp:73:29: error: stray '#' in program
if(type=='C')
^
0_0_21596413_19314.cpp:79:28: error: stray '#' in program
else if(type=='R')
^
0_0_21596413_19314.cpp:79:34: error: stray '#' in program
else if(type=='R')
^
0_0_21596413_19314.cpp:85:28: error: stray '#' in program
else if(type=='T')
^
0_0_21596413_19314.cpp:85:34: error: stray '#' in program
else if(type=='T')
^
0_0_21596413_19314.cpp: In function 'int main()':
0_0_21596413_19314.cpp:73:24: error: lvalue required as unary '&' operand
if(type=='C')
^
0_0_21596413_19314.cpp:73:26: error: expected ')' before ';' token
if(type=='C')
^
0_0_21596413_19314.cpp:73:28: error: no match for 'operator&' (operand types are 'std::vector<Circle>' and 'int')
if(type=='C')
^
0_0_21596413_19314.cpp:73:33: error: expected primary-expression before ')' token
if(type=='C')
^
0_0_21596413_19314.cpp:79:13: error: 'else' without a previous 'if'
else if(type=='R')
^
0_0_21596413_19314.cpp:79:29: error: lvalue required as unary '&' operand
else if(type=='R')
^
0_0_21596413_19314.cpp:79:31: error: expected ')' before ';' token
else if(type=='R')
^
0_0_21596413_19314.cpp:79:33: error: no match for 'operator&' (operand types are 'std::vector<Rectangle>' and 'int')
else if(type=='R')
^
0_0_21596413_19314.cpp:79:38: error: expected primary-expression before ')' token
else if(type=='R')
^
0_0_21596413_19314.cpp:85:13: error: 'else' without a previous 'if'
else if(type=='T')
^
0_0_21596413_19314.cpp:85:29: error: lvalue required as unary '&' operand
else if(type=='T')
^
0_0_21596413_19314.cpp:85:31: error: expected ')' before ';' token
else if(type=='T')
^
0_0_21596413_19314.cpp:85:33: error: no match for 'operator&' (operand types are 'std::vector<Triangle>' and 'int')
else if(type=='T')
^
0_0_21596413_19314.cpp:85:38: error: expected primary-expression before ')' token
else if(type=='T')
^
|