c语言编程练习题:7-201 种钻石
作者:yunjinqi   类别:    日期:2023-06-04 19:15:07    阅读:111 次   消耗积分:0 分    

image.png

#include <stdio.h>
int main(){
    int n,v;
    int days;
    if (scanf("%d %d",&n,&v)!=EOF){
        days = n/v;
    }
    printf("%d",days);
    return 0;

}


版权所有,转载本站文章请注明出处:云子量化, http://www.woniunote.com/article/325
上一篇:c语言编程练习题:7-200 今天我要赢
下一篇:c语言编程练习题:7-202 谁能进图书馆