結果

問題 No.1366 交換門松列・梅
ユーザー p ,p
提出日時 2021-09-26 18:27:36
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
WA  
実行時間 -
コード長 2,874 bytes
コンパイル時間 120 ms
コンパイル使用メモリ 13,184 KB
実行使用メモリ 11,520 KB
最終ジャッジ日時 2024-07-05 15:41:13
合計ジャッジ時間 1,085 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 6 WA * 5
権限があれば一括ダウンロードができます

ソースコード

diff #

# -*- coding: utf-8 -*-
"""
Created on Sun Sep 26 17:30:25 2021

@author: 大翔
"""

a,b,c=map(int,input().split())
d,e,f=map(int,input().split())
i=0
z=0
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=a
a=d
d=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=a
a=d
d=z
z=a
a=e
e=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=a
a=e
e=z
z=a
a=f
f=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=a
a=f
f=z
z=b
b=d
d=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=b
b=d
d=z
z=b
b=e
e=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=b
b=e
e=z
z=b
b=f
f=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=b
b=f
f=z
z=c
c=d
d=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=c
c=d
d=z
z=c
c=e
e=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=c
c=e
e=z
z=c
c=f
f=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=c
c=f
f=z
z=d
d=e
e=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=d
d=e
e=z
z=d
d=f
f=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
z=d
d=f
f=z
z=e
e=f
f=z
if a < b and b > c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if a > b and b < c:
    if d < e and e > f:
        i=1
    if d > e and e < f:
        i=1
if i == 1:
    print("Yes")
else:
    print("No")
0