結果

問題 No.2819 Binary Binary-Operator
ユーザー むつあるむつある
提出日時 2024-07-26 21:29:11
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 101 bytes
コンパイル時間 247 ms
コンパイル使用メモリ 82,668 KB
実行使用メモリ 70,936 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-26 21:29:19
合計ジャッジ時間 7,209 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 60 ms
69,068 KB
testcase_01 WA -
testcase_02 AC 58 ms
69,420 KB
testcase_03 WA -
testcase_04 AC 62 ms
69,628 KB
testcase_05 AC 59 ms
68,808 KB
testcase_06 AC 57 ms
68,872 KB
testcase_07 AC 59 ms
68,952 KB
testcase_08 AC 82 ms
69,128 KB
testcase_09 WA -
testcase_10 AC 58 ms
69,492 KB
testcase_11 WA -
testcase_12 AC 56 ms
69,648 KB
testcase_13 AC 55 ms
68,432 KB
testcase_14 AC 56 ms
69,220 KB
testcase_15 AC 55 ms
69,872 KB
testcase_16 WA -
testcase_17 AC 56 ms
69,112 KB
testcase_18 WA -
testcase_19 AC 55 ms
69,916 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 55 ms
69,628 KB
testcase_26 WA -
testcase_27 AC 56 ms
68,728 KB
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 WA -
testcase_32 AC 61 ms
69,824 KB
testcase_33 AC 61 ms
70,068 KB
testcase_34 WA -
testcase_35 WA -
testcase_36 AC 56 ms
68,984 KB
testcase_37 AC 54 ms
68,712 KB
testcase_38 WA -
testcase_39 WA -
testcase_40 AC 57 ms
69,688 KB
testcase_41 AC 57 ms
67,972 KB
testcase_42 AC 57 ms
69,160 KB
testcase_43 AC 56 ms
70,020 KB
testcase_44 AC 57 ms
70,076 KB
testcase_45 AC 56 ms
69,892 KB
testcase_46 AC 56 ms
68,364 KB
testcase_47 AC 56 ms
69,144 KB
testcase_48 WA -
testcase_49 WA -
testcase_50 AC 56 ms
69,180 KB
testcase_51 AC 57 ms
68,248 KB
testcase_52 WA -
testcase_53 WA -
testcase_54 AC 58 ms
69,452 KB
testcase_55 AC 56 ms
69,460 KB
testcase_56 WA -
testcase_57 WA -
testcase_58 WA -
testcase_59 WA -
testcase_60 WA -
testcase_61 WA -
testcase_62 WA -
testcase_63 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

x,y=map(int,input().split())
print(3)
print(x,y,y)
k=int(input())
if k:
  print(x^1)
else:
  print(x)
0