题解 | #牛牛学除法#
牛牛学除法
https://www.nowcoder.com/practice/87d9a743deec433cb307ccfa43a763f7
#include <stdio.h> int main() { int a,b=0; scanf("%d %d",&a,&b); printf("%d",a/b); return 0; }
c语言刷题 文章被收录于专栏
c语言刷题题目
牛牛学除法
https://www.nowcoder.com/practice/87d9a743deec433cb307ccfa43a763f7
#include <stdio.h> int main() { int a,b=0; scanf("%d %d",&a,&b); printf("%d",a/b); return 0; }
c语言刷题题目
相关推荐