제출 #657140

#제출 시각아이디문제언어결과실행 시간메모리
657140pbhatscanf 함수 5 (BSC_0_7)Cpython 3
0 / 100
12 ms2772 KiB
a, b = list(map(int, input().split())) print((a+b)/2)
#Verdict Execution timeMemoryGrader output
Fetching results...