제출 #497500

#제출 시각아이디문제언어결과실행 시간메모리
497500IrkkappattarRed-blue table (IZhO19_stones)Cpython 3
컴파일 에러
0 ms0 KiB

    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)

컴파일 시 표준 에러 (stderr) 메시지

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