2 条题解

  • 1
    @ 2024-12-5 18:12:18
    #include<stdio.h>
    int main(void)
    {
    
        int a, b;
        scanf("%d%d",&a,&b);
        printf("%d",a%b);
        return 0;
    }

    信息

    ID
    15
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    14
    已通过
    10
    上传者