题目的基本信息

Get Problem

GET https://api.cakes.com/api/problem/:remote_oj/:remote_id

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

remote_oj

string

remote_id

string

{
    "status":0,
    "data":{
        "id":33,
        "remote_id":"3223",
        "remote_oj":"POJ",
        "update_time":"2018-05-12T18:47:03.447648+08:00",
        "title":"Football Game",
        "time_limit":"2000MS",
        "memory_limit":"131072K",
        "request_status":2
    }
}

Get Problem

GET /api/problem/:remote_oj/:remote_id

Path Parameters

Name
Type
Description

remote_id

string

remote_oj

string

Last updated