Notice
Recent Posts
Recent Comments
Link
목록2025/05/13 (1)
변수의 기록

package codingTest;import java.io.*;import java.util.*;public class Backjun_14888 { static int n; static int[] numbers; static int[] ops = new int[4]; // + - * / static int max = Integer.MIN_VALUE; static int min = Integer.MAX_VALUE; public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); ..
카테고리 없음
2025. 5. 13. 00:38