結果
| 問題 |
No.3130 Twin's Add Max Min Game
|
| コンテスト | |
| ユーザー |
👑 |
| 提出日時 | 2025-02-17 01:45:43 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 108 bytes |
| コンパイル時間 | 305 ms |
| コンパイル使用メモリ | 82,468 KB |
| 実行使用メモリ | 115,516 KB |
| 最終ジャッジ日時 | 2025-02-17 01:53:29 |
| 合計ジャッジ時間 | 7,907 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 10 RE * 46 |
ソースコード
N = int(input()) A = list(map(int, input().split())) S = input().split() assert all(s == "min" for s in S)