1 solutions

  • 1
    @ 2024-9-15 11:57:02
    #include<bits/stdc++.h>
    using namespace std;
    int n;
    int main(){
    	cin>>n;
    	if(n%15)cout<<"NO";
    	else cout<<"YES";
    	return /*164*/0;
    }
    
    • 1

    Information

    ID
    6886
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    8
    Accepted
    6
    Uploaded By