답안 #752672

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
752672 2023-06-03T12:01:02 Z beaconmc 은행 (IZhO14_bank) PyPy 3
0 / 100
197 ms 262144 KB
n,m = map(int, input().split())
lis = list(map(int, input().split()))
lis2 = list(map(int, input().split()))

if len(lis) != len(set(lis)) or len(lis2) != len(set(lis2)):
  print(0/0)
else:
  sus = [1 for i in range(100000000)]
# 결과 실행 시간 메모리 Grader output
1 Runtime error 71 ms 20216 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 64 ms 20172 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 197 ms 262144 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 71 ms 20216 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -