|
|
|
@ -16,7 +16,7 @@ elsif @tab == 1
|
|
|
|
|
json.has_web_route @shixun.has_web_route?
|
|
|
|
|
json.test_sets @challenge.test_sets do |set|
|
|
|
|
|
json.hidden (set.is_public ? 0 : 1)
|
|
|
|
|
json.(set, :input, :output, :score)
|
|
|
|
|
json.(set, :input, :output, :score, :match_rule)
|
|
|
|
|
end
|
|
|
|
|
elsif @tab == 2
|
|
|
|
|
# 参考答案
|
|
|
|
|