0_0_36884880_11979.cpp: In function 'int main()':
0_0_36884880_11979.cpp:28:12: error: 'h1' was not declared in this scope
if(h1>Y0&&h3<Y0&&h2!=Y0&&h2<=Y2) cout<<"Yes"<<endl;
^
0_0_36884880_11979.cpp:28:15: error: 'Y0' was not declared in this scope
if(h1>Y0&&h3<Y0&&h2!=Y0&&h2<=Y2) cout<<"Yes"<<endl;
^
0_0_36884880_11979.cpp:28:19: error: 'h3' was not declared in this scope
if(h1>Y0&&h3<Y0&&h2!=Y0&&h2<=Y2) cout<<"Yes"<<endl;
^
0_0_36884880_11979.cpp:28:26: error: 'h2' was not declared in this scope
if(h1>Y0&&h3<Y0&&h2!=Y0&&h2<=Y2) cout<<"Yes"<<endl;
^
0_0_36884880_11979.cpp:28:38: error: 'Y2' was not declared in this scope
if(h1>Y0&&h3<Y0&&h2!=Y0&&h2<=Y2) cout<<"Yes"<<endl;
^
|