以下のコードの実行結果はどうなりますか? ```ruby score = 85 result = score >= 80 ? "優秀" : "普通" puts result ```