// OBI2023 // Tarefa Toupeira // r. anido import java.util.Scanner; public class toupeira { public static void main(String[] args) { Scanner in = new Scanner(System.in); int s = in.nextInt(); int t = in.nextInt(); boolean[][] adj = new boolean[s][s]; for (int i=0; i