結果
問題 |
No.932 解法破綻!高橋君
|
ユーザー |
![]() |
提出日時 | 2020-03-14 18:16:13 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 131 bytes |
コンパイル時間 | 230 ms |
コンパイル使用メモリ | 82,176 KB |
実行使用メモリ | 73,472 KB |
最終ジャッジ日時 | 2024-11-23 21:20:54 |
合計ジャッジ時間 | 1,809 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 13 WA * 4 MLE * 3 |
ソースコード
s = list(map(str, input().split(','))) s = set('AC') if len(s) == 1 and 'AC' in s: print('Done!') else: print('Failed...')