ソースコード
select
round(avg(total_value)) as TOTAL_VALUE
from(
select
total_value
from convenience
where kind_code ='100'
and survey_year='2019'
order by total_value
limit 2 - (select count(*) from convenience where kind_code ='100' and survey_year='2019' )%2
offset ((select count(*) from convenience where kind_code ='100' and survey_year='2019' )-1)/2)
提出情報
提出日時2024/05/09 10:44:07
コンテスト第4回 SQLコンテスト
問題中央値の算出
受験者HamamatsuUnagi
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
0/3
状態
メモリ使用量
データパターン1
WA
83 MB
データパターン2
WA
82 MB
データパターン3
WA
84 MB