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