結果
| 問題 |
No.2819 Binary Binary-Operator
|
| コンテスト | |
| ユーザー |
だれ
|
| 提出日時 | 2024-07-26 23:24:28 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 71 bytes |
| コンパイル時間 | 356 ms |
| コンパイル使用メモリ | 12,672 KB |
| 実行使用メモリ | 27,848 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2024-07-26 23:24:35 |
| 合計ジャッジ時間 | 7,570 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 48 WA * 16 |
ソースコード
a, b = map(int, input().split()) print(3) print(a, b, b) print(input())
だれ