본문 바로가기

Très bien

검색하기
Très bien
프로필사진 LemonSoda

  • 분류 전체보기 (35)
    • Coding (13)
      • Algorithm (9)
      • Python (3)
      • PyTorch (1)
    • Study (22)
      • paper (1)
      • Math (0)
      • Deep Learning (3)
      • RecSys (11)
      • pmp (1)
      • AI Service Dev. (1)
      • Git (4)
      • etc (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
Tags
  • git
  • 두수비교하기
  • Restore
  • commit
  • amend
  • git commit
  • Baekjoon
  • 1330
  • 백준
  • 파이썬
  • regExr
  • ADD
  • Reset
  • local repository 생성
  • git push
  • github
  • STAGE
  • GitHub 설치
  • 1
  • Push
  • 함수
  • python
  • remote repository 생성
  • git config global
  • boostcamp #aI tech #주간리뷰
  • 15596
  • 수정사항업데이트
  • 정규식
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록두수비교하기 (1)

Très bien

BAEKJOON 1330 - 두 수 비교하기

두 수 비교하기 ◎ Problem Definition 1330번: 두 수 비교하기 두 정수 A와 B가 주어졌을 때, A와 B를 비교하는 프로그램을 작성하시오. www.acmicpc.net ◎ Implementation 1. Problem Type - Implementation (브론즈 4) 2. Problem Analysis A와 B를 비교하는 프로그램을 작성하시오. - ​if 문을 사용하여 비교하고 출력한다. 3. Solution_1 (☆초기 접근) ▶ 완성 코드 # 백준 1330 - 두 수 비교하기 # Date : Jan. 07. 2022 # written by LemonSoda a, b = map(int, input().split()) if a > b: print('>') elif a < b: pr..

Coding/Algorithm 2022. 1. 8. 08:32
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바