![]() |
#2
rjsp2017-11-18 20:00
|
有一处错误显示
不知道哪里错了(一只白)
#include <iostream>
using namespace std;
int main()
{
cout<<15*3/2<<endl;
cout<<15*3/2.0<<endl
return 0;
}