15 条题解

  • 0
    @ 2024-3-3 8:35:34
    #include<bits/stdc++.h> 
    using namespace std;
    int main()
    {
        int n;
        cin>>n;
        if(n%3==0 and n%5==0)cout<<"YES";
        else{
        cout<<"NO";
    }
        return 0; 
    }
    

    信息

    ID
    92
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    542
    已通过
    294
    上传者