#include #include int main() { if (!strcmp("red", "black")) printf("true\n"); else printf("false\n"); return 0; }