제출 #1122429

#제출 시각아이디문제언어결과실행 시간메모리
1122429newscanf 함수 5 (BSC_0_7)C++20
컴파일 에러
0 ms0 KiB
# Correct implementation a, b = map(int, input().split()) average = (a + b) / 2 if average.is_integer(): print(int(average)) else: print(average)

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

scanf5.cpp:1:3: error: invalid preprocessing directive #Correct
    1 | # Correct implementation
      |   ^~~~~~~
scanf5.cpp:2:1: error: 'a' does not name a type
    2 | a, b = map(int, input().split())
      | ^