답안 #497500

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
497500 2021-12-23T07:37:01 Z Irkkappattar Red-blue table (IZhO19_stones) Python 3
컴파일 오류
0 ms 0 KB
    a=int(print())
    b=int(print())
    if a==b and a%2==0:
        print(int(a/2)+b-1)
    else:
        print(int(a/2)+b)

Compilation message

Sorry: IndentationError: unexpected indent (stones.py, line 2)