our @ISA = qw/Gruntmaster::Page::Base/;
our $VERSION = '0.001';
-use constant FORMATS => [qw/CPP/];
-
use constant TEMPLATES => {
en => <<'HTML',
<tmpl_var ESCAPE=0 statement>
$htc->param(cansubmit => time >= contest_start $contest && time <= contest_end $contest);
$htc->param(contest => $contest);
}
- $htc->param(formats => FORMATS);
+ $htc->param(formats => Gruntmaster::Page::Submit::FORMATS);
$htc->param(id => $id);
local $Gruntmaster::Data::contest = $contest if $contest;
$htc->param(name => problem_name $id);
our @ISA = qw/Gruntmaster::Page::Base/;
our $VERSION = '0.001';
-use constant FORMATS => [qw/CPP/];
+use constant FORMATS => [qw/C CPP MONO JAVA PASCAL PERL PYTHON RUBY/];
use constant TEMPLATES => {
en => <<'HTML',