小玉买文具(C语言)

小玉买文具(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
猜你喜欢
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案