일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- collections.deque
- 백준
- Python
- codesingal
- Numpy
- 파이썬머신러닝완벽가이드
- 수 정렬하기
- markdown
- matrixElementsSum
- centuryFromYear
- All Longest Strings
- almostIncreasingSequence
- 2015 봄학기 알고리즘
- 피보나치 수
- flask
- Counting cells in a blob
- Daily Commit
- data_structure
- Sequential Search
- codesignal
- shapeArea
- til
- recursion
- 10953
- 파이썬 포렌식
- cpp
- baekjun
- 2750
- C++
- adjacentElementsProduct
Archives
- Today
- Total
Introfor
문자사각형1 본문
정사각형의 한 변의 길이 n을 입력받은 후 다음과 같은 문자로 된 정사각형 형태로 출력하는 프로그램을 작성하시오.
< 처리조건 >
문자의 진행 순서는 맨 오른쪽 아래에서 위쪽으로 'A'부터 차례대로 채워나가는 방법으로 아래 표와 같이 왼쪽 위까지 채워 넣는다. 'Z' 다음에는 다시 'A'부터 반복된다.
Comments