반응형
Notice
Recent Posts
Recent Comments
Link
목록구간합 (1)
It's easy, if you try
[SW Expert Academy] 5604: 구간 합 (Java)
풀이 import java.io.*; import java.util.*; public class Solution { static BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); static StringTokenizer st; public static void main(String[] args) throws Exception { int TC = Integer.parseInt(br.readLine()); for (int tc = 1; tc
알고리즘/자바(Java)
2021. 4. 20. 21:13