NUMBEAUTY


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 493M

Problem type

Comments


  • 0
    7A_Nguyen_Thien_Long  commented on June 29, 2025, 9:29 a.m.

    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"; }


  • 0
    7A_Nguyen_Thien_Long  commented on June 29, 2025, 9:28 a.m.

    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"; }