#include <stdio.h>

int main(void) {
	if((2U - 3U) > 0U)
	{
		printf("(2U - 3U) > 0U)");
	}
	return 0;
}
