/
AC
acmclassoj
/
ACMOJ API v1
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
course
5
problem
3
get
列出题目 (problem:read)
get
查看题目详情 (problem:read)
post
提交评测任务 (submission:create)
problemset
3
submission
3
user
4
problem
查看题目详情 (problem:read)
get
/problem/{problem}
Path parameters
problem
integer
required
Example:
1000
题目编号
Response
查询成功
Problem
required
id
integer
title
string
description
string
nullable
题目描述
input
string
nullable
输入格式
output
string
nullable
输出格式
example_input
string
nullable
样例输入
example_output
string
nullable
样例输出
data_range
string
nullable
数据范围
languages_accepted
SubmissionLanguage[]
允许提交的语言
allow_public_submissions
boolean
是否允许公开代码
Example response
{ "id": 1000, "title": "A+B" }
Changes