ソースコード
select h.pf_code as 都道府県コード, PF_NAME as 都道府県名, round((inp_yes*100.0)/(inp_yes+inp_no+	UNIDENTIFIED),1) as 入院率
from HOSPITALIZATION as h inner join PREFECTURE as p on h.PF_CODE=p.PF_CODE
group by h.pf_code
order by 3 desc, 1
提出情報
提出日時2023/04/13 23:39:37
コンテスト練習用コンテスト
問題世帯入院率
受験者tabr
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量78 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
78 MB
データパターン2
AC
77 MB