Run id: 102879
Main.cc: In function 'int main()':
Main.cc:7:22: error: 'mim' was not declared in this scope
int x=mim({a,b,c}),z=max({a,b,c}),y=a+b+c-x-z;
^
Main.cc:7:37: error: expected ',' or ';' before ')' token
int x=mim({a,b,c}),z=max({a,b,c}),y=a+b+c-x-z;
^
Main.cc:8:10: error: 'y' was not declared in this scope
if(x+y>z){
^
Main.cc:8:12: error: 'z' was not declared in this scope
if(x+y>z){
^
Main.cc:10:23: error: 't3' was not declared in this scope
if(t1=x*x,t2==t3) cout<<"Right Triangle\n";
^