結果

問題 No.932 解法破綻!高橋君
ユーザー mag
提出日時 2020-06-17 08:57:48
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
AC  
実行時間 30 ms / 2,000 ms
コード長 90 bytes
コンパイル時間 74 ms
コンパイル使用メモリ 12,416 KB
実行使用メモリ 11,392 KB
最終ジャッジ日時 2024-07-03 12:05:48
合計ジャッジ時間 1,612 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

s=input();print("Failed...") if ("WA" in s)or("TLE" in s)or("MLE" in s)else print("Done!")
0