@ -0,0 +1,7 @@
#include <stdio.h>
int main() {
int x = 7;
int y = 5;
printf ("%d\n", !(x > 4 && y > 4));
}
The note is not visible to the blocked user.