Submission #137340

#TimeUsernameProblemLanguageResultExecution timeMemory
137340jh05013scanf 함수 5 (BSC_0_7)Cpython 3
100 / 100
25 ms3304 KiB
a, b = map(int,input().split())
S = a+b
print(S//2 if S%2==0 else S/2)
#Verdict Execution timeMemoryGrader output
Fetching results...