Now or Never

    Algorithm/BAEKJOON 21

    BOJ / Python / 🥉3 / 2588번 / 곱셈

    A = int(input()) B = int(input()) out3 = A*((B%100)%10) # 1의 자리 out4 = A*((B%100)//10) # int형 몫을 구하는 연산 // out5 = A*(B//100) result = A * B print(out3, out4, out5, result, sep='\n') # 출력 사이에 개행을 하기 위한 sep='\n'

    Algorithm/BAEKJOON 2023.05.15
    이전
    1 2 3
    다음
    더보기
    프로필사진

    • 분류 전체보기 (49)
      • ⚙️ QA (0)
      • 📈 Growth Log (0)
      • 💡 Insight Map (0)
        • Book (1)
      • Algorithm (21)
        • BAEKJOON (21)
      • FrontEnd (2)
        • HTML·CSS (1)
        • JavaScript (1)
      • BackEnd (5)
        • Java (3)
        • Python_Django (1)
      • System (7)
        • Linux (7)
      • Others (13)
        • 개발환경 (6)
        • MacOS (1)
        • Tistory (6)

    Tag

    가상환경, 개발환경, Linux, homebrew,

    Copyright © Kakao Corp. All rights reserved.

    티스토리툴바