結果
| 問題 | 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 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 32 WA * 32 | 
ソースコード
x, y = map(int, input().split())
print(f"4\n{ x } { y } { y } { y }", flush=True)
print(0)
            
            
            
        