ソースコード
select class_name as class
,person_name as person
,max(amt) as households
from household
where person_code <> '1' and class_code <> '01'
group by class_name
order by class_code
提出情報
提出日時2022/10/24 19:29:07
コンテスト第3回 SQLコンテスト
問題最大世帯人員
受験者drillmachine
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量80 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
78 MB
データパターン2
WA
80 MB