link tải đề bài
using namespace std; long long x ; int main() { cin>>x; if(x%4==0 or x%7==0 or x%11==0) cout <<"YES"; else cout <<"NO"; }
Comments
include <bits/stdc++.h>
using namespace std; long long x ; int main() { cin>>x; if(x%4==0 or x%7==0 or x%11==0) cout <<"YES"; else cout <<"NO"; }
include <bits/stdc++.h>
using namespace std; long long x ; int main() { cin>>x; if(x%4==0 or x%7==0 or x%11==0) cout <<"YES"; else cout <<"NO"; }