```c++= #include <bits/stdc++.h> using namespace std; int main() { int n,a[25],m; while(cin>>n) { for(int i=1;i<=3;i++) { cin>>m; a[m]=0; } for(int j=n;j>0;j--) { if(a[j]!=0) cout<<"No. "<<j<<endl; } } return 0; } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up