API Response (JSON)
{
"problem": {
"name": "F. Crunching Numbers Just for You",
"description": {
"content": "You are developing a new feature for the website which sells airline tickets: being able to sort tickets by price! You have already extracted the tickets' prices, so there's just the last step to be d",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF784F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are developing a new feature for the website which sells airline tickets: being able to sort tickets by price! You have already extracted the tickets' prices, so there's just the last step to be d...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你正在为一个销售机票的网站开发一项新功能:能够按价格对机票进行排序!你已经提取了机票的价格,现在只剩下最后一步要完成...\n\n给你一个整数数组,请将其按非降序排序。\n\n输入由一行空格分隔的整数组成。第一个数字是 #cf_span[n] (#cf_span[1 ≤ n ≤ 10]) —— 数组的大小。接下来的 #cf_span[n] 个数字是数组的元素(#cf_span[1 ≤ ai ≤ 100])...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given: \n- An integer $ n $, where $ 1 \\leq n \\leq 10 $, \n- An array $ A = [a_1, a_2, \\dots, a_n] $, where each $ a_i \\in \\mathbb{Z} $ and $ 1 \\leq a_i \\leq 100 $. \n\nObjective: \nSort $ A $ in non-d...",
"is_translate": false,
"language": "Formal"
}
]
}