백준1552번파이썬1 파이썬 백준 15552번 빠른 A+B 빠르게 입력받고 출력하는 문제 15552번: 빠른 A+B (acmicpc.net) 15552번: 빠른 A+B 첫 줄에 테스트케이스의 개수 T가 주어진다. T는 최대 1,000,000이다. 다음 T줄에는 각각 두 정수 A와 B가 주어진다. A와 B는 1 이상, 1,000 이하이다. www.acmicpc.net 풀이 과정 우선 주어진 sys.stdin.readline() 함수에 대한 이해가 필요하였다. - input()과 sys.stdin.readline()의 차이 input(): The input() function allows user input. If the prompt argument is present, it is written to standard output without a trailing newline. The funct.. 2021. 3. 26. 이전 1 다음