結果
| 問題 |
No.2819 Binary Binary-Operator
|
| コンテスト | |
| ユーザー |
detteiuu
|
| 提出日時 | 2024-07-26 21:26:40 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 85 bytes |
| コンパイル時間 | 438 ms |
| コンパイル使用メモリ | 82,384 KB |
| 実行使用メモリ | 83,924 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2024-07-26 21:26:50 |
| 合計ジャッジ時間 | 8,431 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 64 |
ソースコード
X, Y = map(int, input().split()) print(2) print(*([X, Y])) t = int(input()) print(t)
detteiuu