
2606-바이러스(BFS)
2022. 12. 19. 23:42
알고리즘(BOJ)/Silver
package test; import java.util.LinkedList; import java.util.Queue; import java.util.Scanner; //백준 public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int computer = sc.nextInt(); int line = sc.nextInt(); if (computer>0 &&computer