結果

問題 No.2819 Binary Binary-Operator
ユーザー moon17moon17
提出日時 2024-07-26 23:52:04
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 76 bytes
コンパイル時間 361 ms
コンパイル使用メモリ 81,868 KB
実行使用メモリ 70,548 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-26 23:52:13
合計ジャッジ時間 8,430 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 63 ms
68,688 KB
testcase_01 AC 61 ms
68,864 KB
testcase_02 AC 60 ms
69,428 KB
testcase_03 AC 60 ms
68,692 KB
testcase_04 AC 61 ms
69,636 KB
testcase_05 AC 60 ms
68,272 KB
testcase_06 AC 61 ms
69,096 KB
testcase_07 AC 60 ms
69,836 KB
testcase_08 AC 60 ms
69,840 KB
testcase_09 AC 61 ms
70,168 KB
testcase_10 AC 60 ms
68,584 KB
testcase_11 AC 59 ms
69,308 KB
testcase_12 AC 60 ms
69,756 KB
testcase_13 AC 60 ms
67,916 KB
testcase_14 AC 61 ms
69,120 KB
testcase_15 AC 60 ms
68,728 KB
testcase_16 AC 60 ms
68,356 KB
testcase_17 AC 60 ms
69,548 KB
testcase_18 AC 60 ms
69,296 KB
testcase_19 AC 61 ms
69,140 KB
testcase_20 AC 60 ms
69,516 KB
testcase_21 AC 60 ms
68,812 KB
testcase_22 AC 59 ms
69,144 KB
testcase_23 AC 60 ms
69,052 KB
testcase_24 AC 61 ms
69,100 KB
testcase_25 AC 67 ms
69,912 KB
testcase_26 AC 65 ms
68,684 KB
testcase_27 AC 62 ms
70,136 KB
testcase_28 AC 66 ms
69,312 KB
testcase_29 AC 60 ms
68,188 KB
testcase_30 AC 62 ms
68,704 KB
testcase_31 AC 60 ms
70,116 KB
testcase_32 AC 115 ms
69,064 KB
testcase_33 AC 59 ms
69,024 KB
testcase_34 WA -
testcase_35 AC 61 ms
68,740 KB
testcase_36 AC 60 ms
68,076 KB
testcase_37 WA -
testcase_38 AC 59 ms
70,384 KB
testcase_39 AC 60 ms
68,036 KB
testcase_40 AC 61 ms
68,688 KB
testcase_41 AC 62 ms
68,752 KB
testcase_42 WA -
testcase_43 AC 60 ms
68,816 KB
testcase_44 AC 61 ms
69,132 KB
testcase_45 WA -
testcase_46 AC 61 ms
68,772 KB
testcase_47 AC 60 ms
70,548 KB
testcase_48 AC 60 ms
68,976 KB
testcase_49 AC 61 ms
68,588 KB
testcase_50 AC 61 ms
69,744 KB
testcase_51 AC 66 ms
69,896 KB
testcase_52 AC 60 ms
68,664 KB
testcase_53 WA -
testcase_54 AC 60 ms
69,728 KB
testcase_55 WA -
testcase_56 WA -
testcase_57 AC 60 ms
68,808 KB
testcase_58 WA -
testcase_59 AC 60 ms
68,884 KB
testcase_60 AC 60 ms
68,704 KB
testcase_61 AC 60 ms
69,884 KB
testcase_62 AC 60 ms
69,276 KB
testcase_63 AC 68 ms
69,192 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

x,y=map(int,input().split())
print(4)
print(x,y,0,0)
t=int(input())
print(t)
0