結果

問題 No.2819 Binary Binary-Operator
ユーザー rlangevinrlangevin
提出日時 2024-07-26 21:32:51
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 113 bytes
コンパイル時間 293 ms
コンパイル使用メモリ 82,128 KB
実行使用メモリ 70,656 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-26 21:33:10
合計ジャッジ時間 7,447 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 62 ms
68,540 KB
testcase_01 AC 58 ms
69,504 KB
testcase_02 AC 59 ms
69,000 KB
testcase_03 AC 58 ms
68,956 KB
testcase_04 AC 57 ms
68,984 KB
testcase_05 AC 57 ms
69,664 KB
testcase_06 AC 58 ms
69,408 KB
testcase_07 AC 59 ms
68,488 KB
testcase_08 AC 60 ms
69,364 KB
testcase_09 AC 59 ms
70,656 KB
testcase_10 AC 57 ms
69,956 KB
testcase_11 AC 58 ms
68,352 KB
testcase_12 AC 58 ms
68,768 KB
testcase_13 AC 57 ms
69,132 KB
testcase_14 AC 58 ms
68,500 KB
testcase_15 AC 58 ms
70,492 KB
testcase_16 AC 58 ms
69,384 KB
testcase_17 AC 58 ms
69,520 KB
testcase_18 AC 59 ms
69,008 KB
testcase_19 AC 58 ms
69,132 KB
testcase_20 WA -
testcase_21 AC 58 ms
68,864 KB
testcase_22 WA -
testcase_23 AC 59 ms
68,932 KB
testcase_24 AC 57 ms
68,784 KB
testcase_25 WA -
testcase_26 AC 58 ms
69,244 KB
testcase_27 WA -
testcase_28 AC 58 ms
69,564 KB
testcase_29 AC 59 ms
69,680 KB
testcase_30 AC 60 ms
69,228 KB
testcase_31 AC 60 ms
68,800 KB
testcase_32 AC 59 ms
68,892 KB
testcase_33 AC 59 ms
69,744 KB
testcase_34 WA -
testcase_35 AC 61 ms
68,352 KB
testcase_36 AC 58 ms
69,712 KB
testcase_37 AC 59 ms
68,744 KB
testcase_38 WA -
testcase_39 AC 58 ms
70,324 KB
testcase_40 AC 59 ms
68,688 KB
testcase_41 WA -
testcase_42 AC 57 ms
68,096 KB
testcase_43 AC 58 ms
69,004 KB
testcase_44 AC 57 ms
69,076 KB
testcase_45 WA -
testcase_46 AC 58 ms
68,632 KB
testcase_47 AC 58 ms
69,580 KB
testcase_48 AC 61 ms
68,472 KB
testcase_49 AC 58 ms
69,736 KB
testcase_50 AC 58 ms
68,928 KB
testcase_51 AC 59 ms
69,280 KB
testcase_52 AC 59 ms
70,072 KB
testcase_53 AC 58 ms
68,752 KB
testcase_54 AC 58 ms
69,400 KB
testcase_55 AC 58 ms
68,740 KB
testcase_56 AC 59 ms
69,424 KB
testcase_57 AC 59 ms
69,108 KB
testcase_58 AC 58 ms
70,168 KB
testcase_59 AC 58 ms
69,144 KB
testcase_60 AC 58 ms
69,948 KB
testcase_61 AC 58 ms
69,084 KB
testcase_62 AC 60 ms
68,924 KB
testcase_63 AC 58 ms
69,892 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

X, Y = map(int, input().split())
print(12)
print(*[X, X, X, X, X, X, Y, Y, Y, Y, Y, Y])
t = int(input())
print(t)
0