結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 56 ms
68,960 KB
testcase_02 WA -
testcase_03 AC 60 ms
68,760 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 56 ms
68,792 KB
testcase_10 WA -
testcase_11 AC 58 ms
68,064 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 56 ms
68,704 KB
testcase_18 WA -
testcase_19 AC 59 ms
68,736 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 56 ms
68,448 KB
testcase_26 WA -
testcase_27 AC 64 ms
68,744 KB
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 WA -
testcase_32 AC 57 ms
68,960 KB
testcase_33 AC 56 ms
68,704 KB
testcase_34 WA -
testcase_35 WA -
testcase_36 AC 57 ms
68,320 KB
testcase_37 AC 56 ms
68,960 KB
testcase_38 WA -
testcase_39 WA -
testcase_40 AC 57 ms
69,152 KB
testcase_41 AC 55 ms
68,360 KB
testcase_42 AC 55 ms
68,704 KB
testcase_43 AC 55 ms
68,064 KB
testcase_44 AC 56 ms
68,832 KB
testcase_45 AC 56 ms
69,088 KB
testcase_46 AC 56 ms
68,816 KB
testcase_47 AC 64 ms
68,448 KB
testcase_48 AC 56 ms
68,704 KB
testcase_49 AC 54 ms
68,448 KB
testcase_50 WA -
testcase_51 WA -
testcase_52 AC 58 ms
68,448 KB
testcase_53 AC 55 ms
68,960 KB
testcase_54 WA -
testcase_55 WA -
testcase_56 AC 57 ms
68,960 KB
testcase_57 AC 56 ms
68,448 KB
testcase_58 AC 54 ms
68,576 KB
testcase_59 AC 53 ms
68,448 KB
testcase_60 AC 55 ms
68,320 KB
testcase_61 AC 61 ms
68,712 KB
testcase_62 AC 58 ms
68,064 KB
testcase_63 AC 54 ms
68,576 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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