API Response (JSON)
{
"problem": {
"name": "整型与布尔型的转换",
"description": {
"content": "将一个整型变量的值赋给一个布尔型变量,再将这个布尔型变量的值赋给一个整型变量,得到的值是多少?",
"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": "LGB2019"
},
"statements": [
{
"statement_type": "Markdown",
"content": "将一个整型变量的值赋给一个布尔型变量,再将这个布尔型变量的值赋给一个整型变量,得到的值是多少?\n\n## Input\n\n一个整型范围内的整数,即初始时整型变量的值。\n\n## Output\n\n一个整数,经过上述过程后得到的结果。\n\n[samples]...",
"is_translate": false,
"language": "English"
}
]
}