小玉买文具(C语言) 代码如下: #include <stdio.h> int main(){ int a,b; scanf("%d %d",&a,&b); printf("%d",(a*10+b)/19); return 0; } 相关文章: 2022-12-23 2021-07-07 2021-10-23 2021-06-03 2021-09-28 2021-08-06 2021-12-03 2021-10-24