ソースコード
select
p.pf_code as '都道府県コード',
p.pf_name as '都道府県名',
round(100*cast(inp_yes as real)/cast((inp_yes+inp_no+unidentified) as ral),1) as '入院率'
from
hospitalization h,
PREFECTURE p
where h.PF_CODE = p.PF_CODE
order by 3 desc
提出情報
提出日時2022/09/17 09:56:01
コンテスト練習用コンテスト
問題世帯入院率
受験者KT04
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量76 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
76 MB
データパターン2
WA
75 MB