Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스프링
- 자바
- 넥사크로
- 시큐리티
- IntelliJ
- jquery
- 알고리즘
- oracle
- 에러
- JavaScript
- db
- kotlin
- Eclipse
- GitHub
- 함수
- mybatis
- error
- JPA
- 생성
- 오라클
- 코틀린
- Spring
- 프로그래머스
- Security
- 쿼리
- 방법
- Git
- Java
- aws
- Vue
Archives
- Today
- Total
목록알고리즘/백준알고리즘 (1)
송민준의 개발노트
백준 10171 고양이 문제
https://www.acmicpc.net/problem/10171 10171번: 고양이 문제 아래 예제와 같이 고양이를 출력하시오. 입력 출력 고양이를 출력한다. 예제 입력 1 복사 예제 출력 1 복사 \ /\ ) ( ') ( / ) \(__)|... www.acmicpc.net 별 거 없는데 \를 출력하고 싶으면 \를 하나 더 붙여주면 된다 ㅡ.ㅡ 출력결과 public class Main { public static void main(String args[]) { System.out.print("\\ /\\\n ) ( ')\n( / )\n \\(__)|"); } }
알고리즘/백준알고리즘
2019. 10. 30. 22:57