#2850. [GESP202503 三级 C++] 第 7 题

[GESP202503 三级 C++] 第 7 题

在C++中,以下代码的输出是什么( )

int a = -5;
unsigned int b = a;
cout << b;

{{ select(1) }}

  • -5
  • 5
  • 4294967291
  • 编译错误