可以使用bool和true、false
输出是1或者0
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h>
#include<stdbool.h> main()
{
bool b = > ;
bool t = true; t = ; printf("%d\n", b);// system("pause");
}
2024-02-10 13:42:28
可以使用bool和true、false
输出是1或者0
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h>
#include<stdbool.h> main()
{
bool b = > ;
bool t = true; t = ; printf("%d\n", b);// system("pause");
}