Submission #659575

# Submission time Handle Problem Language Result Execution time Memory
659575 2022-11-18T15:22:41 Z beaconmc Fancy Fence (CEOI20_fancyfence) PyPy 3
0 / 100
66 ms 20264 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

File "fancyfence.py", line 7
    print(sus*h*(sus+1)*(h+1)*
         ^
SyntaxError: parenthesis is never closed
# Verdict Execution time Memory Grader output
1 Runtime error 59 ms 20264 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 62 ms 20156 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 57 ms 20080 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 60 ms 20144 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 61 ms 20108 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 66 ms 20052 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 59 ms 20264 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -