結果
| 問題 |
No.932 解法破綻!高橋君
|
| コンテスト | |
| ユーザー |
qwewe
|
| 提出日時 | 2025-04-24 12:28:22 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
MLE
|
| 実行時間 | - |
| コード長 | 128 bytes |
| コンパイル時間 | 259 ms |
| コンパイル使用メモリ | 82,044 KB |
| 実行使用メモリ | 69,664 KB |
| 最終ジャッジ日時 | 2025-04-24 12:30:24 |
| 合計ジャッジ時間 | 1,831 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 19 MLE * 1 |
ソースコード
S = input().strip()
cases = S.split(',')
if all(case == 'AC' for case in cases):
print("Done!")
else:
print("Failed...")
qwewe