你编的程序有错,通不过调试,把你编的程序修改正确后就行了吧
这样就可以了#include using namespace std;void main(){ double x=12.345; int y=100; cout< y=(int)(x*y); cout<}