문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] arr = br.readLine().split(" "); int cnt = 0; for (int i = 0; i < arr.length; i++) { if (!arr[i].isEmpty()) { cnt++; } } if (arr.length == 0) { System.out.println(0); ..
문제 코드 import java.util.Scanner; public class Main { public static void main(String[] args) throws Exception { Scanner scan = new Scanner(System.in); int n = scan.nextInt(); int[] arr = new int[n]; int stackTop = -1; String input; for (int i = 0; i < arr.length; i++) { input = scan.next(); if (input.equals("push")) { // 정수 X를 스택에 넣는 연산이다. stackTop++; arr[stackTop] = scan.nextInt(); } else if (inp..
문제 코드 import java.util.Scanner; public class Main { public static void main(String[] args) throws Exception { int A = 0, B = 0; Scanner scan = new Scanner(System.in); A = scan.nextInt(); B = scan.nextInt(); System.out.println(A - B); } } 출처 https://www.acmicpc.net/problem/1001
- Total
- Today
- Yesterday
- 10826
- 1260
- #android #motionlayout
- 알고리즘
- 단어 길이 재기
- 함수형사고 Kotlin Java
- algorihtm
- constraintlayout
- 1158
- #kotlin
- OpenCV
- mssql
- a^b
- 문자열
- kotlin
- Eclipse
- javacv
- 큰 수 A+B
- 조세퍼스 문제
- 최대공약수와 최소공배수
- 피보나치 수 4
- GCD 합
- 10828
- 10827
- algorithm
- 영상처리
- 10757
- 2743
- 1237
- 자동타입
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |