コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
select h.pf_code as 都道府県コード, p.PF_NAME as 都道府県名, round(h.inp_yes * 100.0 / (h.inp_yes + h.inp_no + h.UNIDENTIFIED), 1) as 入院率
from hospitalization as h
inner join prefecture as p
on h.pf_code = p.pf_code
order by round(h.inp_yes * 100.0 / (h.inp_yes + h.inp_no + h.UNIDENTIFIED), 1) desc,CAST(h.pf_code as int) asc
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
81 MB
データパターン2
WA
78 MB