문제 코드 import java.util.Scanner; public class Main { public static void main(String[] args) throws Exception { Scanner scanner = new Scanner(System.in); int t = scanner.nextInt(); for (int test_case = 0; test_case < t; test_case++) { int n = scanner.nextInt(); int[] a = new int[n]; for (int i = 0; i < n; i++) { a[i] = scanner.nextInt(); } long sum = 0L; for (int i = 0; i < n - 1; i++) { for (int ..
알고리즘/백준알고리즘(JAVA)
2018. 11. 4. 18:04
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- a^b
- constraintlayout
- GCD 합
- Eclipse
- 1237
- mssql
- 피보나치 수 4
- algorithm
- 조세퍼스 문제
- 2743
- 10757
- 단어 길이 재기
- 1158
- 최대공약수와 최소공배수
- algorihtm
- 10828
- 영상처리
- #kotlin
- 10827
- 1260
- 큰 수 A+B
- OpenCV
- #android #motionlayout
- kotlin
- 10826
- 알고리즘
- javacv
- 함수형사고 Kotlin Java
- 문자열
- 자동타입
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함