コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
select round(avg(total_value)) as SA_MEDIAN from
( select total_value from convenience
where survey_year = 2019 and kind_code = '100'
order by total_value
limit ((select count(*) from convenience where survey_year = 2019 and kind_code = '100')-1)/2,
(select count(*) from convenience where survey_year = 2019 and kind_code = '100')-((select count(*) from convenience where survey_year = 2019 and kind_code = '100')-1)/2*2);
提出情報
提出日時 | 2022/12/12 11:44:05 |
コンテスト | 第4回 SQLコンテスト |
問題 | 中央値の算出 |
受験者 | shimasima2 |
状態 (詳細) | AC (Accepted: 正答) |
メモリ使用量 | 97 MB |
メッセージ
テストケース(通過数/総数)
3/3
状態
メモリ使用量
データパターン1
AC
78 MB
データパターン2
AC
78 MB
データパターン3
AC
97 MB