示例#1
0
<?php

/**
 * @application Automatical Judging System
 * @author deltamaster
 * @copyright Softrank Research Center
 * @version 2.0.0.0
 */
$contest = new contest();
$contestname = $contest->config['contestname'];
$starttime = ProcessTime($contest->config['starttime']);
$endtime = ProcessTime($contest->config['endtime']);
$started = $contest->started();
$ended = $contest->ended();
$timepassed = $contest->timepassed();
$totaltime = $contest->totaltime();
$introduction = $contest->config['introduction'];
$introduction_html = translate($contest->config['introduction']);