API Response (JSON)
{
"problem": {
"name": "[AHOI2024 初中组 / 科大国创杯初中组 2024] 家庭作业",
"description": {
"content": "小可可有 $T$ 道形如 $a + b = c$ 的计算题,你要检验她每道题目做的对不对。",
"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": "LGP10372"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小可可有 $T$ 道形如 $a + b = c$ 的计算题,你要检验她每道题目做的对不对。\n\n## Input\n\n第一行一个正整数 $T$。\n\n接下来 $T$ 行,每行一个形如 `a+b=c` 的算式。\n\n保证数据格式正确,数字没有前导零,且数字和运算符之间没有空格隔开。\n\n具体格式可参见样例。\n\n## Output\n\n$T$ 行,如果第 $i$ 个算式正确,则在第 $i$ 行输出 `Right!...",
"is_translate": false,
"language": "English"
}
]
}