"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
人气:104 ℃ 时间: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
- 二元一次方程的分数解法
- 一项工程,甲队单独做需要18天,乙队单独做需要24天.两队合作8天后,余下的工程由甲单独做x天完成,则列方程为--------------
- 关于因果关系,下列哪些选项是错误的?
- 一项工程甲、乙合做八天完成,如果甲先做2天后,乙接着独做11天,正好完成工程的5/8,若乙队独做需要多少天?
- ABCD+ACD+CD,等于1981
- 用VB写出1-100的所有奇数和偶数和
猜你喜欢