結果
| 問題 |
No.2819 Binary Binary-Operator
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-07-26 22:40:47 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 64 ms / 2,000 ms |
| コード長 | 147 bytes |
| コンパイル時間 | 430 ms |
| コンパイル使用メモリ | 82,204 KB |
| 実行使用メモリ | 70,744 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2024-07-26 22:40:55 |
| 合計ジャッジ時間 | 8,120 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 64 |
ソースコード
import sys input = sys.stdin.readline X, Y = map(int, input().split()) print(4, flush=True) print(X, Y, Y, Y, flush=True) T = int(input()) print(T)