problem

查看题目详情 (problem:read)

get/problem/{problem}

Path parameters

probleminteger required
Example:1000

题目编号

Response

查询成功

idinteger
titlestring
descriptionstring nullable

题目描述

inputstring nullable

输入格式

outputstring nullable

输出格式

example_inputstring nullable

样例输入

example_outputstring nullable

样例输出

data_rangestring nullable

数据范围

languages_acceptedSubmissionLanguage[]

允许提交的语言

allow_public_submissionsboolean

是否允许公开代码

Example response

{
  "id": 1000,
  "title": "A+B"
}

Changes