ソースコード
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,1
提出情報
提出日時2022/09/17 09:57:24
コンテスト練習用コンテスト
問題世帯入院率
受験者KT04
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量77 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
77 MB
データパターン2
AC
77 MB