3 条题解

  • 0
    @ 2023-7-29 15:49:40

    #include using namespace std; int main() { int a,b,d,e,c=0; cin>>a>>b; d=a; a=a>b?a:b; b=b<d?b:d; e=b+1; while(e<a) { e++; if(e%21&&e%31&&e%5==1) c++; } cout<<c; }

    信息

    ID
    341
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    (无)
    递交数
    243
    已通过
    106
    上传者