• Skip to primary navigation
  • Skip to content
  • Skip to footer
Maker For Everyone
  • Tags
  • Posts By Month
Ryumaker

Ryumaker

Everyday Together!

  • Republic of Korea
  • 이메일
  • 📂 전체 글 수 141개
  • 📖 BaekJoon Study
    • Binary Search (1)
    • Brute Force (4)
    • Dynamic Programming (1)
    • Greedy (10)
    • Hashing (1)
    • Mathematics (30)
    • Sort (13)
    • String (95)
    • Stack (5)
    • Two Pointer (4)
    • Prefix Sum (2)
    ❓ Tell Me Why
    • Knowledges (2)
    • Tips (2)
    💻 CS
    • Database (8)
    📚 Algorithm
    • Data Structure (2)
    • Algorithm (3)

[백준 1000] A+B

February 3, 2022

On This Page

두 정수 A와 B를 입력받은 다음, A+B를 출력하는 문제입니다.

문제 : 백준 1000 - A+B

A, B = map(int,input().split())
print(A+B)
view raw Baekjoon_1000.py hosted with ❤ by GitHub

태그: BaekJoon_Study

카테고리: mathematics

업데이트: February 3, 2022

첫 번째 글입니다. 다음 글 [백준 11720] 숫자의 합

참고

Database Study 후기

September 18, 2024

JSCODE Database Study 후기

Transaction

September 12, 2024

Transaction에 대하여 알아보겠습니다.

정규화에 대하여

September 5, 2024

정규화에 대하여 알아보겠습니다.

Index에 대하여

August 29, 2024

Index에 대하여 알아보겠습니다.

  • 팔로우:
  • GitHub
© 2024 Ryumaker. Powered by Jekyll & Minimal Mistakes.