39 条题解

  • -3
    @ 2025-2-15 11:12:17

    #include<bits/stdc++.h> using namespace std; int main(){ int y; cin>>y; if((y%40 and y%100!=0) or y%4000){ cout<<1; }else{ cout<<0; }

    return 0;
    

    }

    信息

    ID
    618
    时间
    1000ms
    内存
    125MiB
    难度
    5
    标签
    (无)
    递交数
    1272
    已通过
    523
    上传者