5 solutions

  • 1
    @ 2025-7-2 14:46:53
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int xx;
    	cin>>xx;
    	if(xx==6||xx==28||xx==496||xx==8128||xx==33550336)
    	{
    		cout<<"YES";
    	}
    	else
    	{
    		cout<<"NO";
    	}
    	
    
    	return 0;
    }
    

    Information

    ID
    31
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    3
    Tags
    (None)
    # Submissions
    268
    Accepted
    61
    Uploaded By