@@ -0,0 +1,9 @@
#include <stdio.h>
void main(void)
{
short num = 2;
num = !-2;
printf("%hd", num);
}
The note is not visible to the blocked user.