답안 #659573

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
659573 2022-11-18T15:22:14 Z beaconmc Fancy Fence (CEOI20_fancyfence) C++14
컴파일 오류
0 ms 0 KB
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)*

Compilation message

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