API Response (JSON)
{
"problem": {
"name": "C. Maximum splitting",
"description": {
"content": "You are given several queries. In the _i_\\-th query you are given a single positive integer _n__i_. You are to represent _n__i_ as a sum of maximum possible number of composite summands and print this",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF872C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given several queries. In the _i_\\-th query you are given a single positive integer _n__i_. You are to represent _n__i_ as a sum of maximum possible number of composite summands and print this...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你将得到若干查询。在第 #cf_span[i]-th 个查询中,给你一个正整数 #cf_span[ni]。你需要将 #cf_span[ni] 表示为尽可能多的合数加数之和,并输出这个最大数量;如果不存在这样的划分,则输出 _-1_。\n\n一个大于 #cf_span[1] 的整数是合数,当且仅当它不是素数,即它具有不等于 #cf_span[1] 和其自身的正因数。\n\n第一行包含一个整数 #cf_spa...",
"is_translate": true,
"language": "Chinese"
}
]
}