コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
select
s.pf_code as CODE,
p.pf_name as NAME,
round(cast(promote_municipality as real) / cast(municipality_ttl as real)*100,2) as PATIO
from sdgs as s
inner join prefecture as p
on p.pf_code = s.pf_code
where survey_year = 2022
order by 3 desc ,1
提出情報
提出日時 | 2024/04/10 23:15:09 |
コンテスト | 第6回 SQLコンテスト |
問題 | SDGs推進割合 |
受験者 | sakichiii |
状態 (詳細) | WA (Wrong Answer: 誤答) |
メモリ使用量 | 83 MB |
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
83 MB
データパターン2
WA
83 MB