본문 바로가기 메뉴 바로가기

프로그래밍 일지

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

프로그래밍 일지

검색하기 폼
  • 분류 전체보기 (115)
    • algorithm (75)
      • python ISEQ (14)
      • 백준 (51)
      • 프로그래머스 (8)
    • C++ (4)
      • OpenCV (3)
    • python (8)
    • network (6)
    • 이것저것 (8)
      • 정보보호 영재교육원 (0)
      • etc (8)
  • 방명록

전체 글 (115)
[python]60Q - 16

a = input() print(ord(a[2]))

카테고리 없음 2020. 12. 27. 17:06
[python]60Q - 15

p = 0 n = 0 for i in range(9): a = int(input()) if a > 59: n += 1 p += a print(n) b = round(p/n, 2) print(b)

algorithm/python ISEQ 2020. 12. 27. 16:56
[python]60Q - 14

a = [0, 5000, 6000, 7000, 10000, 20000] sum = 0 while (1): e, b, c = map(int, input().split()) sum = a[e] + a[b] + a[c] if sum != 0: print(sum) else: break

algorithm/python ISEQ 2020. 12. 27. 16:28
[python] 60Q - 13

month = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] while (1): a = int(input()) if a == 0: break if a > 12: print(99) continue print(month[a])

algorithm/python ISEQ 2020. 12. 27. 16:09
이전 1 ··· 19 20 21 22 23 24 25 ··· 29 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 정보올림피아드
  • 백준
  • 인스타
TAG
  • 나머지
  • web
  • 1
  • 피보나치
  • 넓이
  • 더하기
  • 스택
  • 다익스트라
  • 파이썬
  • FIBO
  • 백준
  • boj
  • 쇠막대기
  • forensic
  • openCV
  • 프로그레머스
  • 7567
  • math
  • 👼
  • python
  • 괄호
  • 꿀따기
  • 직업군 추천
  • 카카오 2021 블라인드 테스트
  • 21758
  • HackCTF
  • programmers
  • c++
  • 2
  • 4
more
«   2025/07   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바