MapleStory Finger Point Cute Line Smiley Blinking Hello Kitty Angel MapleStory Finger Point

๐Ÿƒ‍โ™‚๏ธBaekjoon/Python

หšโ‚Šโœฉโ€งโ‚Š #15552 ๋น ๋ฅธ A+B - python หšโ‚Šโœฉโ€งโ‚Š

HYEJU01 2024. 4. 9. 23:22
import sys

T = int(input())

for i in range(T):
    a,b = map(int,sys.stdin.readline().rstrip().split())
    print(a+b)

 

import sys
input = sys.stdin.readline

ํ•ด๋‹น ์ฝ”๋“œ๋ฅผ ์ถ”๊ฐ€ํ•ด์„œ ์‚ฌ์šฉํ•˜๋ฉด ๋” ํŽธ๋ฆฌํ•˜๋‹ค!