[프로그래머스] 상호평가 - 파이썬
위클리 챌린지 2주차 def solution(scores): answer = '' for j in range(len(scores)): cnt = len(scores) add = 0 high = 0 low = 101 for i in range(len(scores)): add += scores[i][j] if i == j: continue if high scores[i][j]: low = scores[i][j] if scores[j][j] > high or scores[j][j] = 90: answer += 'A..
알고리즘/프로그래머스
2021. 8. 12. 00:16
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Java
- 백준
- vue
- django
- 프로그래머스
- 파이썬
- javascript
- splide
- SWEA
- AWS
- Python
- 트리
- 위클리챌린지2주차
- 자바
- 안드로이드스튜디오
- Pyhton
- 독학
- SQL
- DOM
- N과M
- 비동기패턴
- vue.js
- commit되돌리기
- SSAFY퇴소
- 배포
- 세션 스토리지
- 싸피
- git
- SSAFY
- 알고리즘
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함