首页
编程
java
php
前端
首页
编程
java
php
前端
这个哪里错了,求解答!
int
x;
float
cost;
scanf
(
"%d"
,&x);
//这里加上这句话
这个报的是警告,x没有初始化值
x没有输入
点击展开全文