Programming [Python] (411) 썸네일형 리스트형 #10 백준 파이썬 [1008] A/B #10 [1008] A/Bhttps://www.acmicpc.net/problem/1008 #10 [1008] Solutiona,b= map(int, input().split()) print('%0.9f'%(a/b)) #9 백준 파이썬 [10998] A*B #9 [10998] A*Bhttps://www.acmicpc.net/problem/10998 #9 [10998] Solutiona,b= map(int, input().split()) print(a*b) #8 백준 파이썬 [11719] 그대로 출력하기 2 #8 [11719] 그대로 출력하기 2https://www.acmicpc.net/problem/11719 #8 [11719] Solutionwhile True: print(input()) #7 백준 파이썬[11718] 그대로 출력하기 #7 [11718] 그대로 출력하기https://www.acmicpc.net/problem/11718 #7 [11718] Solutionwhile True: print(input()) #6 백준 파이썬 [10718] We love Kriii #6 [10718] We love Kriiihttps://www.acmicpc.net/problem/10718 #6 [10718] Solutionprint("강한친구 대한육군") print("강한친구 대한육군") #5 백준 파이썬 [10172] 개 #5 [10172] 개https://www.acmicpc.net/problem/10172 #5 [10172] Solutionprint('|\\_/|\n''|q p| /}\n''( 0 )"""\\\n''|"^"` |\n''||_/=\\\\__|') #4 백준 파이썬 [7287] 등록 #4 [7287] 등록https://www.acmicpc.net/problem/1001 #4 [7287] Solutionprint(500) print("MY_ID") #3 백준 파이썬 [1001] A-B #3 [1001] A-Bhttps://www.acmicpc.net/problem/1001 #3 [1001] Solution a,b = list(map(int, input().split())) print(a-b) 이전 1 ··· 48 49 50 51 52 다음