제출 #137339

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