31 条题解

  • -7
    @ 2023-12-15 17:58:26

    #include 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
    标签
    (无)
    递交数
    765
    已通过
    303
    上传者