5

#include <stdio.h>

int main() {
int b = 2;
printf(b | !b?);
}

Comments
Add Comment