1 条题解

  • 0
    @ 2026-6-10 20:59:45

    #include<bits/stdc++.h> using namespace std;

    int main(){ int a,b; cin >>a>>b; cout<<a%b;

    return 0;
    

    }

    • 1

    信息

    ID
    29885
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    155
    已通过
    115
    上传者