7 条题解

  • 0
    @ 2025-9-24 13:33:32
    #include <stdio.h>
    #include <math.h>
    int main()
    {
        int x,y;
        scanf("%d%d",&x,&y);
        printf("%d\n",x%y);
        return 0;
    
    }
    

    信息

    ID
    5
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    8173
    已通过
    3708
    上传者