#$id. " . $row['title'] . "";
} else {
//$PID="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
$id = $row['problem_id'];
echo "
$MSG_PROBLEM " . $PID[$pid] . ". " . $row['title'] . "
";
}
if ($row['spj'])
echo $MSG_SPJ . '/';
?>
评测方式
s
MB
".bbcode_to_html($row['description'])."";
}
?>
".bbcode_to_html($row['input'])."";
}
?>
".bbcode_to_html($row['output'])."";
}
$sinput = str_replace("<", "<", $row['sample_input']);
$sinput = str_replace(">", ">", $sinput);
$soutput = str_replace("<", "<", $row['sample_output']);
$soutput = str_replace(">", ">", $soutput);
?>
".bbcode_to_html($row['hint'])."";
}
?>
$MSG_Source";
$cats = explode(" ", $row['source']);
foreach ($cats as $cat) {
echo "
" . htmlentities($cat, ENT_QUOTES, 'utf-8') . " ";
}
}
?>