Submission #657139

# Submission time Handle Problem Language Result Execution time Memory
657139 2022-11-08T22:43:04 Z pbhat scanf 함수 5 (BSC_0_7) Python 3
Compilation error
0 ms 0 KB
a, b = list(map(int, input().split()))
  print((a+b)/2)

Compilation message

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