Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- node
- GeoJSON object too complex/large
- netlify variables
- credential error
- 반응형 페이지 좌표 변환
- Unable to find the global bin directory
- expo
- can't getting credentials
- AWS CodeBuild
- CSS
- S3
- 김골라
- rwdImageMaps
- EC2
- nodejs
- aws ec2
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- 이미지 맵
- react
- 어셈블리어
- 설치완료안됨
- AWS
- AWS CodePipeline
- NODE_VERSION
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- SASS
- 이미지 좌표 추출
- ogr2ogr
- C언어
- Error:error:0308010C:digital envelope routines::unsupported
Archives
- Today
- Total
ImFe's study
[C] 10172번 - 개 본문
#include <stdio.h>
int main()
{
printf("|\\_/|\n");
printf("|q p| /}\n");
printf("( 0 )\"\"\"\\\n");
printf("|\"^\"` |\n");
printf("||_/=\\\\__|\n");
return 0;
}
/*
\t : 수평 tab tab(8)칸 띄우기
\n : 개행 커서를 한줄 밑으로 이동(enter와 같은효과)
\' : '(쿼티션)을 표시 , 단독으로 '입력시 화면에 출력 x
\" : "(더블 쿼티션) 표시
\\ : \(역슬래시 표시)
*/
고양이 문제와 같은 방식이다.
'Programming > C언어 백준 풀이' 카테고리의 다른 글
[C] 1001번 - A-B (0) | 2020.12.07 |
---|---|
[C] 1000번 - A+B (0) | 2020.12.07 |
[C] 10171번 - 고양이 (0) | 2020.12.07 |
[C] 10718번 - We love kriii (0) | 2020.12.07 |
[C] 2557번 - Hello World (0) | 2020.12.07 |
Comments