8 条题解

  • -7
    @ 2022-10-28 18:55:59
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<a%b;
        return 0;
    
    }
    
    • @ 2022-11-9 13:21:56

      .........................................

信息

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