Submission #657139

#TimeUsernameProblemLanguageResultExecution timeMemory
657139pbhatscanf 함수 5 (BSC_0_7)Cpython 3
Compilation error
0 ms0 KiB
a, b = list(map(int, input().split())) print((a+b)/2)

Compilation message (stderr)

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