#2850. [GESP202503 三级 C++] 第 7 题
[GESP202503 三级 C++] 第 7 题
在C++中,以下代码的输出是什么( )
int a = -5;
unsigned int b = a;
cout << b;
{{ select(1) }}
-554294967291编译错误
在C++中,以下代码的输出是什么( )
int a = -5;
unsigned int b = a;
cout << b;
{{ select(1) }}
-554294967291编译错误