gogopher.c: In function 'main':
gogopher.c:20:32: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
20 | b |= 1 << (x_ - x + 1) * 3 + (y_ - 1);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~
gogopher.c:8:2: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | scanf("%d", &t);
| ^~~~~~~~~~~~~~~
gogopher.c:12:3: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | scanf("%*d");
| ^~~~~~~~~~~~
gogopher.c:17:5: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | scanf("%d%d", &x_, &y_);
| ^~~~~~~~~~~~~~~~~~~~~~~