목차 1 C C #include <stdbool.h> #include <stdlib.h> bool set_alarm(bool employed, bool vacation) { return employed && !vacation; }