제출 #1315848

#제출 시각아이디문제언어결과실행 시간메모리
1315848vikgupJust Long Neckties (JOI20_ho_t1)Pypy 3
0 / 100
147 ms48556 KiB
n = int(input())
a = list(map(int, input().split()))
b = list(map(int, input().split()))
a.sort()
b.sort()
print('2 2 1 1')

컴파일 시 표준 출력 (stdout) 메시지

Compiling 'ho_t1.py'...

=======
  adding: __main__.pyc (deflated 25%)

=======
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…