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
- Eclipse
- mybatis
- Security
- IntelliJ
- JPA
- jquery
- aws
- 방법
- 쿼리
- Java
- kotlin
- JavaScript
- error
- 프로그래머스
- 코틀린
- 함수
- GitHub
- Git
- 스프링
- db
- 오라클
- 시큐리티
- 생성
- 에러
- Vue
- oracle
- 알고리즘
- 넥사크로
- 자바
- Spring
Archives
- Today
- Total
목록알고리즘/백준알고리즘 (1)
송민준의 개발노트

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