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