제출 #659573

#제출 시각아이디문제언어결과실행 시간메모리
659573beaconmcFancy Fence (CEOI20_fancyfence)C++14
컴파일 에러
0 ms0 KiB
n = int(input())
h = list(map(int, input().split()))
w = list(map(int, input().split()))

sus = sum(w)

print(sus*h*(sus+1)*(h+1)*

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

fancyfence.cpp:1:1: error: 'n' does not name a type
    1 | n = int(input())
      | ^