結果
| 問題 | No.932 解法破綻!高橋君 |
| コンテスト | |
| ユーザー |
hint908
|
| 提出日時 | 2024-04-16 21:58:55 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 92 bytes |
| 記録 | |
| コンパイル時間 | 75 ms |
| コンパイル使用メモリ | 80,512 KB |
| 実行使用メモリ | 71,680 KB |
| 最終ジャッジ日時 | 2026-09-11 19:36:50 |
| 合計ジャッジ時間 | 2,217 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 WA * 13 MLE * 3 |
ソースコード
s = input().split(",")
ans = "Done!"
for c in s:
if c != "AC": ans = "Falied..."
print(ans)
hint908