6 条题解

  • 1
    @ 2025-5-1 22:14:02
    #include "bits/stdc++.h"
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        cout<<a%b;
        return 0;
    }
    

    信息

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