8 条题解

  • 0
    @ 2023-2-13 15:56:40
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<a%b;
        return 0;
    
    }
    

    信息

    ID
    4
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    568
    已通过
    296
    上传者