반응형
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
- 문제풀이
- 입문
- Implemention
- VS
- implement
- Python
- 친절한 설명
- CSS
- C Programming
- 심화1
- 꾸준히
- 백준
- 10926
- 문자열
- 설명
- C
- C 언어
- 초보
- 그리디
- c언어
- 코드엔진
- 구현
- 정리
- 파이썬
- HTML
- 10807
- greedy
- Beakjoon
- 알고리즘
- Baekjoon
Archives
- Today
- Total
목록삼각형과세변 (1)
안경잡이 구루루

https://www.acmicpc.net/problem/5073 5073번: 삼각형과 세 변 각 입력에 맞는 결과 (Equilateral, Isosceles, Scalene, Invalid) 를 출력하시오. www.acmicpc.net 나: while True: box = list(map(int,input().split(' '))) a,b,c= sorted(box,reverse=True) if a==0 and b==0 and c==0: break elif (a
파이썬(Python)/문제풀이(백준,BaekJoon)
2023. 9. 10. 17:19