先看程序吧

#include <stdio.h>

#include <stdlib.h>

int main()

{

if(-1 > ((unsigned int)1) )

printf("Hello world!\n");

return 0;

}

c强转问题

相关文章:

  • 2021-12-29
  • 2021-12-15
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-07-16
猜你喜欢
  • 2021-11-09
  • 2022-12-23
  • 2021-08-31
  • 2021-10-29
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案