Notice
Recent Posts
Recent Comments
Link
목록2026/02/02 (1)
슈콩
[BOJ] 5014 스타트링크
[문제]https://www.acmicpc.net/problem/5014 [소스 코드]import java.util.*;import java.io.*;public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(br.readLine()); int f = Integer.parseInt(st.nextToken()); int s = Integer.parseInt(st.nextToken()); int g = Integ..
Algorithms/Baekjoon
2026. 2. 2. 22:01