Example #1
0
def contest_rank(req):
    return ContestManager.get_contest_rank(req)
Example #2
0
def contest_problem(req):
    return ContestManager.get_contestproblem(req)
Example #3
0
def contest_status(req):
    return ContestManager.get_contest_status(req)
Example #4
0
def contest_show(req):
    return ContestManager.get_contest_show(req)
Example #5
0
def contest_rank(req):
    return ContestManager.get_contest_rank(req)
Example #6
0
def contest_status(req):
    return ContestManager.get_contest_status(req)
Example #7
0
def contest_problem(req):
    return ContestManager.get_contestproblem(req)
Example #8
0
def contest_show(req):
    return ContestManager.get_contest_show(req)