ソースコード

select
USER_ID as USER
,POINT as PT
,round((POINT -  (select avg(POINT)  from TEST_RESULTS where TEST_ID = '100'))*10/sorta+ 50,1) as DEV_VAL
from TEST_RESULTS,
(
 select 
--  avg((POINT -  (select avg(POINT)  from TEST_RESULTS where TEST_ID = '100') ) * (POINT -  (select avg(POINT)  from TEST_RESULTS where TEST_ID = '100'))) avga,
 sqrt(avg((POINT -  (select avg(POINT)  from TEST_RESULTS where TEST_ID = '100') ) * (POINT -  (select avg(POINT)  from TEST_RESULTS where TEST_ID = '100')))) as sorta
from TEST_RESULTS
where TEST_ID = '100'
)
where TEST_ID = '100'
order by 
round((POINT -  (select avg(POINT)  from TEST_RESULTS where TEST_ID = '100'))*10/sorta+ 50,1) desc,
USER_ID
提出情報
提出日時2023/02/20 01:56:30
コンテスト第5回 SQLコンテスト
問題偏差値の算出
受験者20230217mori
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量78 MB
メッセージ
テストケース(通過数/総数)
3/4
状態
メモリ使用量
データパターン1
AC
78 MB
データパターン2
WA
77 MB
データパターン3
AC
77 MB
データパターン4
AC
78 MB