1 条题解

  • 0
    @ 2023-8-21 20:00:19

    #include <stdio.h> int main() { int n; scanf("%d",&n); if (n%30&&n%50){ printf("YES"); }else { printf("NO"); } return 0;

    }

    • 1

    判断一个数能否同时被3和5整除

    信息

    ID
    84
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    904
    已通过
    628
    上传者