小玉买文具(c语言)

小玉买文具(C语言) 代码以下: #include <stdio.h> int main(){ int a,b; scanf("%d %d",&a,&b); printf("%d",(a*10+b)/19); return 0; }
相关文章
相关标签/搜索