0_0_35794507_27307.cpp: In function 'int main()':
0_0_35794507_27307.cpp:5:29: error: 'm1' was not declared in this scope
int m,n,x; cout<<m1<<" "<<m2<<" "<<max<<endl;
^
0_0_35794507_27307.cpp:5:38: error: 'm2' was not declared in this scope
int m,n,x; cout<<m1<<" "<<m2<<" "<<max<<endl;
^
0_0_35794507_27307.cpp: At global scope:
0_0_35794507_27307.cpp:8:5: error: expected unqualified-id before 'return'
return 1;
^
0_0_35794507_27307.cpp:9:1: error: expected declaration before '}' token
}
^
|