Submission #497500

#TimeUsernameProblemLanguageResultExecution timeMemory
497500IrkkappattarRed-blue table (IZhO19_stones)Cpython 3
Compilation error
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)

Compilation message (stderr)

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