結果
問題 |
No.932 解法破綻!高橋君
|
ユーザー |
|
提出日時 | 2019-11-30 09:47:01 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 151 bytes |
コンパイル時間 | 1,037 ms |
コンパイル使用メモリ | 7,040 KB |
実行使用メモリ | 14,996 KB |
最終ジャッジ日時 | 2024-11-21 01:00:28 |
合計ジャッジ時間 | 1,769 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 20 |
ソースコード
#yuki932 import sys s=map(str,raw_input().split(',')) print s for i in range(len(s)): if s[i]!='AC': print 'Failed...' sys.exit() print 'Done!'