张田懿
张田懿
题解
6
全部文章
题解
归档
标签
去牛客网
登录
/
注册
6
639 浏览
0 回复
2020-12-08
张田懿
+关注
牛牛学取余
https://ac.nowcoder.com/acm/problem/21989
include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c=0;
cin>>a>>b;
c=a%b;
cout<<c;
return 0;
}
举报
收藏
赞 6
评论加载中...