API Response (JSON)
{
"problem": {
"name": "[GESP202403 一级] 小杨买书",
"description": {
"content": "小杨同学积攒了一部分零用钱想要用来购买书籍,已知一本书的单价是 $13$ 元,请根据小杨零用钱的金额,编写程序计算可以购买多少本书,还剩多少零用钱。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3952"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小杨同学积攒了一部分零用钱想要用来购买书籍,已知一本书的单价是 $13$ 元,请根据小杨零用钱的金额,编写程序计算可以购买多少本书,还剩多少零用钱。\n\n## Input\n\n输入一个正整数 $m$,表示小杨拥有的零用钱数。\n\n## Output\n\n输出包含两行,第一行,购买图书的本数;第二行,剩余的零用钱数。\n\n[samples]\n\n## Background\n\n对应的选择、判断题:<https:/...",
"is_translate": false,
"language": "English"
}
]
}