Notice
Recent Posts
Link
Tags
- Docker
- SSL
- DI
- select
- static
- 문자열
- spring
- 스프링부트
- string
- java
- 자바
- PYTHON
- Django
- ORM
- spring boot
- spring mvc
- 데이터베이스
- spring security 6
- join
- AWS
- mysql
- 스프링
- nginx
- sql
- springboot
- 1차원 배열
- hibernate
- @transactional
- jpa
- 프로그래머스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Archives
목록1차원배열 (1)
개발하는 자몽

문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; public class Main{ public static void main(String[] args) throws IOException { int total = 0; int temp = 0; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringBuilder sb = new StringBuilder(); String quiz[] = new String[Integer.parseInt(br.readLine())]; for(int i=0; i
Algorithm
2022. 3. 31. 14:24