You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
嘗試檢查每個list,發現keyword_lst3跑測資三的時候是['「郭「婞淳」」', '「婞淳」', '「金牌」'],結果也是對的。但跑測資一時keyword_lst3卻是這樣:['「apple」', '「cute」', '「app」'],最後結果是:
I have an 「「app」le」
you are so 「cute」
提交連結
https://judge.ccclub.io/status/fb9ebc040faeda02efa59f621ef2881b
程式碼
錯誤訊息
問題描述
嘗試檢查每個list,發現keyword_lst3跑測資三的時候是['「郭「婞淳」」', '「婞淳」', '「金牌」'],結果也是對的。但跑測資一時keyword_lst3卻是這樣:['「apple」', '「cute」', '「app」'],最後結果是:
I have an 「「app」le」
you are so 「cute」
想不太到位甚麼結果會變成這樣,還是說中文英文的邏輯不一樣?