結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 61 ms
69,260 KB
testcase_01 WA -
testcase_02 AC 58 ms
69,908 KB
testcase_03 WA -
testcase_04 AC 58 ms
70,056 KB
testcase_05 WA -
testcase_06 AC 59 ms
69,332 KB
testcase_07 WA -
testcase_08 AC 58 ms
68,548 KB
testcase_09 WA -
testcase_10 AC 60 ms
68,988 KB
testcase_11 WA -
testcase_12 AC 61 ms
70,100 KB
testcase_13 WA -
testcase_14 AC 58 ms
68,844 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 59 ms
68,660 KB
testcase_18 WA -
testcase_19 AC 60 ms
68,904 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 59 ms
68,940 KB
testcase_26 WA -
testcase_27 AC 59 ms
68,596 KB
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 WA -
testcase_32 AC 58 ms
69,292 KB
testcase_33 AC 58 ms
68,480 KB
testcase_34 WA -
testcase_35 WA -
testcase_36 AC 59 ms
68,696 KB
testcase_37 AC 59 ms
69,912 KB
testcase_38 WA -
testcase_39 WA -
testcase_40 AC 59 ms
68,784 KB
testcase_41 AC 59 ms
68,796 KB
testcase_42 AC 60 ms
69,636 KB
testcase_43 AC 59 ms
68,644 KB
testcase_44 AC 60 ms
68,928 KB
testcase_45 AC 58 ms
69,760 KB
testcase_46 AC 56 ms
69,216 KB
testcase_47 AC 60 ms
70,464 KB
testcase_48 WA -
testcase_49 WA -
testcase_50 WA -
testcase_51 WA -
testcase_52 WA -
testcase_53 WA -
testcase_54 WA -
testcase_55 WA -
testcase_56 AC 58 ms
69,292 KB
testcase_57 AC 58 ms
69,344 KB
testcase_58 AC 58 ms
69,108 KB
testcase_59 AC 58 ms
69,956 KB
testcase_60 AC 58 ms
70,484 KB
testcase_61 AC 59 ms
68,552 KB
testcase_62 AC 59 ms
70,120 KB
testcase_63 AC 59 ms
68,868 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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