답안 #161485

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
161485 2019-11-02T17:00:16 Z boolodifjenula Cezar (COCI17_cezar) Python 3
0 / 50
27 ms 3396 KB
n=int(input())
m=21
K=[4,4,4,4,4,4,4,4,16,4]
for i in range(n):
    k=[int(input())]
    m-=k
    K[k-2]-=1
if sum(K[:m])<=sum(K[m:]):
    print("DOSTA")
else:
    print("VUCI")
    

# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3336 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 25 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 25 ms 3332 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 27 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3272 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 27 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3396 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3396 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3384 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 25 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -