Submission #659573

#TimeUsernameProblemLanguageResultExecution timeMemory
659573beaconmcFancy Fence (CEOI20_fancyfence)C++14
Compilation error
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)*

Compilation message (stderr)

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