コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
select ho.PF_CODE as 都道府県コード,pf.PF_NAME as 都道府県名 ,replace(cast(round(cast(inp_yes as real)/cast(inp_yes+inp_no+unidentified as real)*100,1) as varchar),'.0','') as 入院率 from PREFECTURE pf inner join HOSPITALIZATION ho on (ho.PF_CODE = pf.PF_CODE) order by round(cast(inp_yes as real)/cast(inp_yes+inp_no+unidentified as real)*100,1) desc,ho.PF_CODE;
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
78 MB
データパターン2
AC
79 MB