If you (as me) read editorial after solving one of the archived problems you might find this custom javascript extension snippet useful:
$(function() {
if ($("a:contains('editorial'),a:contains('tutorial')").length === 0) return;
$(".content h2, .content h3").each(function(a,b) {
var <span class="tex-span"><i>h</i> = </span>(b);
var $t = $h.nextUntil('h2, h3');
$h.after("<a href='#' class='show-spoiler'>show</a>");
var $l = $h.next('.show-spoiler');
$l.click(function() {
$t.css('visibility', 'visible');
$l.remove();
return false;
});
$t.css('visibility', 'hidden');
});
})