0_0_39559804_9161.cpp: In function 'int main()':
0_0_39559804_9161.cpp:14:28: error: 'cnt' was not declared in this scope; did you mean 'int'?
14 | if(cnt<3){cout<<"No"<<"\n";continue;}
| ^~~
| int
0_0_39559804_9161.cpp:15:37: error: 'mn' was not declared in this scope; did you mean 'n'?
15 | if(abs(a[1]-mn)<=d)cout<<"No"<<"\n";
| ^~
| n
0_0_39559804_9161.cpp:18:28: error: 'cnt' was not declared in this scope; did you mean 'int'?
18 | if(cnt<2){cout<<"No"<<"\n";continue;}
| ^~~
| int
0_0_39559804_9161.cpp:19:28: error: 'mx' was not declared in this scope
19 | if(mx-mn<=d)cout<<"No"<<"\n";
| ^~
0_0_39559804_9161.cpp:19:31: error: 'mn' was not declared in this scope; did you mean 'n'?
19 | if(mx-mn<=d)cout<<"No"<<"\n";
| ^~
| n
|