A. Is It Easy ?

Codeforces
IDCF10226A
Time1000ms
Memory256MB
Difficulty
English · Original
Formal · Original
ArabellaCPC's Judges decided to print the problem statements. Each one of the $n$ participated teams will get exactly one copy of the problem-statements, and each copy costs $k$ coins. How many coins it will cost judges to print exactly one problem-statements for each team. The input consists of two integers $n$ and $k$, $(1 <= n, k <= 1000)$ print the total cost of all problem statements. ## Input The input consists of two integers $n$ and $k$, $(1 <= n, k <= 1000)$ ## Output print the total cost of all problem statements. [samples]
**Definitions** Let $ x, y \in \mathbb{Z} $ denote the amount of money Hamza has and the cost of the sandwich, respectively. **Constraints** $ 1 \le x, y \le 10 $ **Objective** Output $ 1 $ if $ x \ge y $, otherwise output $ 0 $.
API Response (JSON)
{
  "problem": {
    "name": "A. Is It Easy ?",
    "description": {
      "content": "ArabellaCPC's Judges decided to print the problem statements. Each one of the $n$ participated teams will get exactly one copy of the problem-statements, and each copy costs $k$ coins. How many coin",
      "description_type": "Markdown"
    },
    "platform": "Codeforces",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "CF10226A"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "ArabellaCPC's Judges decided to print the problem statements.\n\nEach one of the $n$ participated teams will get exactly one copy of the problem-statements, and each copy costs $k$ coins.\n\nHow many coin...",
      "is_translate": false,
      "language": "English"
    },
    {
      "statement_type": "Markdown",
      "content": "**Definitions**  \nLet $ x, y \\in \\mathbb{Z} $ denote the amount of money Hamza has and the cost of the sandwich, respectively.\n\n**Constraints**  \n$ 1 \\le x, y \\le 10 $\n\n**Objective**  \nOutput $ 1 $ if...",
      "is_translate": false,
      "language": "Formal"
    }
  ]
}
Full JSON Raw Segments