結果

問題 No.2819 Binary Binary-Operator
ユーザー 🦠みどりむし🦠みどりむし
提出日時 2024-07-26 16:28:36
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 91 bytes
コンパイル時間 316 ms
コンパイル使用メモリ 82,440 KB
実行使用メモリ 70,960 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-26 16:28:45
合計ジャッジ時間 7,453 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 58 ms
69,568 KB
testcase_01 WA -
testcase_02 AC 55 ms
69,724 KB
testcase_03 WA -
testcase_04 AC 54 ms
69,360 KB
testcase_05 WA -
testcase_06 AC 55 ms
69,220 KB
testcase_07 WA -
testcase_08 AC 55 ms
68,916 KB
testcase_09 WA -
testcase_10 AC 60 ms
69,368 KB
testcase_11 WA -
testcase_12 AC 55 ms
68,672 KB
testcase_13 WA -
testcase_14 AC 55 ms
68,616 KB
testcase_15 WA -
testcase_16 AC 53 ms
69,196 KB
testcase_17 AC 61 ms
69,152 KB
testcase_18 AC 53 ms
69,964 KB
testcase_19 AC 54 ms
70,504 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 56 ms
68,964 KB
testcase_25 AC 56 ms
69,852 KB
testcase_26 AC 55 ms
69,252 KB
testcase_27 AC 55 ms
68,672 KB
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 WA -
testcase_32 AC 53 ms
69,100 KB
testcase_33 AC 55 ms
68,436 KB
testcase_34 WA -
testcase_35 WA -
testcase_36 AC 55 ms
69,504 KB
testcase_37 AC 54 ms
69,480 KB
testcase_38 WA -
testcase_39 WA -
testcase_40 AC 55 ms
68,792 KB
testcase_41 AC 56 ms
68,952 KB
testcase_42 WA -
testcase_43 WA -
testcase_44 AC 54 ms
69,428 KB
testcase_45 AC 54 ms
69,320 KB
testcase_46 WA -
testcase_47 WA -
testcase_48 AC 54 ms
68,812 KB
testcase_49 AC 52 ms
69,412 KB
testcase_50 AC 53 ms
69,892 KB
testcase_51 AC 55 ms
69,268 KB
testcase_52 AC 54 ms
68,444 KB
testcase_53 AC 54 ms
69,488 KB
testcase_54 AC 54 ms
69,292 KB
testcase_55 AC 55 ms
68,972 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(f"4\n{ x } { y } { y } { y }", flush=True)
print(0)
0