A. Numbers Joke

Codeforces
IDCF784A
Time2000ms
Memory64MB
Difficulty
English · Original
Chinese · Translation
Formal · Original
## Input The input contains a single integer _a_ (1 ≤ _a_ ≤ 30). ## Output Output a single integer. [samples]
输入包含一个整数 #cf_span[a] (#cf_span[1 ≤ a ≤ 30])。 请输出一个整数。 ## Input 输入包含一个整数 #cf_span[a] (#cf_span[1 ≤ a ≤ 30])。 ## Output 请输出一个整数。 [samples]
Given: $ a \in \mathbb{Z}, \; 1 \leq a \leq 30 $ Output: $ f(a) \in \mathbb{Z} $
Samples
Input #1
3
Output #1
27
API Response (JSON)
{
  "problem": {
    "name": "A. Numbers Joke",
    "description": {
      "content": "",
      "description_type": "Markdown"
    },
    "platform": "Codeforces",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 65536
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "CF784A"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "## Input\n\nThe input contains a single integer _a_ (1 ≤ _a_ ≤ 30).\n\n## Output\n\nOutput a single integer.\n\n[samples]...",
      "is_translate": false,
      "language": "English"
    },
    {
      "statement_type": "Markdown",
      "content": "输入包含一个整数 #cf_span[a] (#cf_span[1 ≤ a ≤ 30])。\n\n请输出一个整数。\n\n## Input\n\n输入包含一个整数 #cf_span[a] (#cf_span[1 ≤ a ≤ 30])。\n\n## Output\n\n请输出一个整数。\n\n[samples]...",
      "is_translate": true,
      "language": "Chinese"
    },
    {
      "statement_type": "Markdown",
      "content": "Given: $ a \\in \\mathbb{Z}, \\; 1 \\leq a \\leq 30 $\n\nOutput: $ f(a) \\in \\mathbb{Z} $...",
      "is_translate": false,
      "language": "Formal"
    }
  ]
}
Full JSON Raw Segments