Help me in solving CLB032 problem

My issue

Bool solutions

My code

#include <stdbool.h>

int main() {
	bool x = true;
	bool y = false;
	  
	 return 0;
}


Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC07/problems/CLB032