개발/알고리즘
[USACO] Just Stalling JAVA
문제 www.acmicpc.net/problem/20975 20975번: Just Stalling The first line contains $N$. The second line contains $N$ space-separated integers $a_1,a_2,\ldots,a_N$. The third line contains $N$ space-separated integers $b_1,b_2,\ldots,b_N$. All heights and limits are in the range $[1,10^9]$. www.acmicpc.net 풀이 및 코드 import java.util.Scanner; public class Main { // USACO Just Stalling JAVA // 백준 20975 /..
2021. 2. 23. 00:00
최근댓글