题解 | #牛牛学除法#
牛牛学除法
https://ac.nowcoder.com/acm/problem/21988
#include<cstdio>
int main() {
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a/b);
}
题解 文章被收录于专栏
https://ayx.moefox.tech/
牛牛学除法
https://ac.nowcoder.com/acm/problem/21988
#include<cstdio>
int main() {
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a/b);
}
https://ayx.moefox.tech/
相关推荐