Notice
Recent Posts
Recent Comments
Link
목록2026/02/10 (1)
슈콩
[BOJ] 9205 맥주 마시면서 걸어가기
[문제]https://www.acmicpc.net/problem/9205 [소스 코드]import java.io.*;import java.util.*;public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st; int t = Integer.parseInt(br.readLine()); while(t-->0) { int n = Integer.parseInt(br.readLine()); st = new StringTokenizer(br.readLi..
Algorithms/Baekjoon
2026. 2. 10. 21:59