ソースコード
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),1) desc,ho.PF_CODE;
提出情報
提出日時2022/09/19 16:09:43
コンテスト練習用コンテスト
問題世帯入院率
受験者piro
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量79 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
79 MB
データパターン2
WA
78 MB