백준 8911. 거북이 :: 돼지개발자
출저 : https://www.acmicpc.net/problem/8911 "시뮬레이션" 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader; public class Main { static int T; static int d,x,y; static int[] dx = {0,1,0,-1}; static int[] dy = {1,0,-1,0}; static int maxX,minX,maxY,minY; public sta..
Study/알고리즘 문제풀이
2018. 12. 4. 10:12
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday