#include <stdbool.h>
#include <stdbool.h> bool x = true;
#include <stdbool.h> int main() { bool arr[2] = { true, false }; return 0; }
int main() { bool arr[2] = {true, false}; return 0; }