".$MSG_TITLE.""?>
Sec MB
".$MSG_Description.""?>
".$MSG_Input.""?>
".$MSG_Output.""?>
".$MSG_Sample_Input.""?>
".$MSG_Sample_Output.""?>
".$MSG_Test_Input.""?>
".$MSG_Test_Output.""?>
".$MSG_HINT.""?>
".$MSG_SPJ.""?>
".$MSG_SOURCE.""?>
".$MSG_CONTEST.""?> NOW() order by `contest_id`"; $result=pdo_query($sql); echo "none"; if (count($result)==0){ }else{ foreach($result as $row){ echo "{$row['contest_id']} {$row['title']}"; } }?>