ソースコード
select ho.PF_CODE,pf.PF_NAME,replace(cast(round(cast(inp_yes as real)/cast(inp_yes+inp_no+unidentified as real)*100,2) as varchar),'.0','') 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),2) desc,ho.PF_CODE;
提出情報
提出日時2022/09/19 16:06:30
コンテスト練習用コンテスト
問題世帯入院率
受験者piro
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量78 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
77 MB
データパターン2
WA
78 MB