"unsafe use of type 'bool' in operation"
我的程序是
#include
using namespace std;
void main()
{
char c1='a',c2='b',c3='c';
int i1=10,i2=20,i3=30;
double d1=0.1,d2=0.2,d3=0.3;
double x;
x=i1>i2>i3
人气:329 ℃ 时间:2020-03-27 03:47:57
解答
警告:操作中"布尔"型数据不安全的使用.
x=i1>i2>i3
推荐
- the operation is not supported for this type of archive中文意思
- error C2027:use of undefined type 'A' see declaration of 'A
- dutch 到底是德国还是荷兰?
- 先观察有什么规律,填写空格-1,1,0,1,1,2,( ),5,
- 急死啦,英语词
- 一对夫妇生了两个孩子 ,其中一个是男孩,问另一个是女孩的概率是多少?
- X取任何数,下列不等式一定成立的是A:2X>-2X,B:X+2>X-2,c:X-2>X+2,
- x-根号4xy/根号x-根号16xy-y/根号y 计算
猜你喜欢