1 条题解

  • 0
    @ 2024-9-13 20:43:32

    #include<bits/stdc++.h>

    using namespace std;

    int main(){

    unsigned long long a,b;

    cin>>a>>b;

    if(a%50||b%50){

    cout<<"Yes";
    

    }else{

    cout<<"No";
    

    }

    return 0;

    }

    • 1

    信息

    ID
    814
    时间
    1000ms
    内存
    64MiB
    难度
    10
    标签
    递交数
    7
    已通过
    1
    上传者