ソースコード
select h.pf_code as 都道府県コード, prefecture.PF_NAME as 都道府県名, (h.inp_yes * 1000 / (h.inp_yes + h.inp_no + h.UNIDENTIFIED) / 10.0) as 入院率
from hospitalization as h
inner join prefecture on h.pf_code = prefecture.pf_code
order by h.inp_yes * 1000 / (h.inp_yes + h.inp_no + h.UNIDENTIFIED) / 10.0 desc,CAST(h.pf_code as int) asc
提出情報
提出日時2023/08/20 14:33:14
コンテスト練習用コンテスト
問題世帯入院率
受験者regemon
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量81 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
78 MB
データパターン2
WA
81 MB