본문 바로가기

Note

검색하기
Note
프로필사진

  • Note (462)
    • Pandas (57)
    • Numpy (57)
    • Machine Learning (45)
      • Classification (11)
      • Regression (4)
      • Data Visualization (6)
      • Recommender system (6)
    • Deep Learning (51)
      • NLP (23)
      • Computer Vision (23)
    • etc (243)
      • Crawling (25)
      • Coding Test (200)
      • SQL (17)
      • Flask (1)
    • Project (9)
      • DACON (2)
      • 자격증 (6)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • GitHub
  • Contact
«   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
  • NLP
  • 주피터노트북
  • 프로그래머스
  • 코딩테스트
  • for
  • rnn
  • 선형회귀
  • nltk
  • 머신러닝
  • 추천시스템
  • openCV
  • 이미지
  • 1일1문제
  • 유튜브
  • Vision
  • 크롤링
  • 초보
  • 1일 1커밋
  • CodeUp
  • level 1
  • 넘파이
  • 딥러닝
  • 파이썬
  • for문
  • 백준
  • 판다스
  • 자연어처리
  • APPEND
  • 코랩
  • 1일 1문제
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록1일1코테 (1)

Note

[백준] 5. 사칙연산

문제 두 자연수 A와 B가 주어진다. 이때, A+B, A-B, A*B, A/B(몫), A%B(나머지)를 출력하는 프로그램을 작성하시오. a,b = input().split() print(int(a)+int(b)) print(int(a)-int(b)) print(int(a)*int(b)) print(int(int(a)/int(b))) print(int(a)%int(b)) 입력값 : 7 3 출력값 : 10 4 21 2 1

etc/Coding Test 2021. 9. 20. 15:13
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바