31 条题解

  • -1
    @ 2024-2-23 10:04:49

    #include <stdio.h> int main() { int a,b; scanf("%d",&a); if(a%40){ if(a%100!=0){ b=1; } else{ if(a%4000){ b=1; } else{ b=0; } } } else{ b=0; } printf("%d",b); return 0; }

    信息

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