7 条题解

  • 0
    @ 2026-6-20 16:59:07
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        cout<<a%b;
        return 0;
    }
    

    信息

    ID
    29689
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    235
    已通过
    164
    上传者