⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 931031-1.c

📁 linux下编程用 编译软件
💻 C
字号:
/* The bit-field below would have a problem if __INT_MAX__ is too   small.  */#if __INT_MAX__ < 2147483647intmain (void){  exit (0);}#elsestruct foo{  unsigned y:1;  unsigned x:32;};intf (x)     struct foo x;{  int t = x.x;  if (t < 0)    return 1;  return t+1;}main (){  struct foo x;  x.x = -1;  if (f (x) == 0)    abort ();  exit (0);}#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -