백준 1592. 영식이와 친구들 :: 돼지개발자
출저 : https://www.acmicpc.net/problem/1592 "시뮬레이션" 1234567891011121314151617181920212223242526272829303132333435import java.util.Scanner; public class Main { static int n,m,l; static int[] map; static int cur, next; static int res; static Scanner sc = new Scanner(System.in); public static void main(String[] args) { n = sc.nextInt(); m = sc.nextInt(); l = sc.nextInt(); map = new int[n]; while(true..
Study/알고리즘 문제풀이
2019. 1. 16. 15:55
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday