1 条题解

  • 1
    @ 2025-3-5 16:58:01

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%30&&n%50){ cout<<"YES"; }else{ cout<<"NO"; } return 0; }

    • 1

    信息

    ID
    50
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    232
    已通过
    104
    上传者