Multiplication 1

AtCoder
IDabc169_a
Time2000ms
Memory256MB
Difficulty
Compute $A \times B$. ## Constraints * $1 \leq A \leq 100$ * $1 \leq B \leq 100$ * All values in input are integers. ## Input Input is given from Standard Input in the following format: $A$ $B$ [samples]
Samples
Input #1
2 5
Output #1
10

We have $2 \times 5 = 10$.
Input #2
100 100
Output #2
10000
API Response (JSON)
{
  "problem": {
    "name": "Multiplication 1",
    "description": {
      "content": "Compute $A \\times B$.",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc169_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Compute $A \\times B$.\n\n## Constraints\n\n*   $1 \\leq A \\leq 100$\n*   $1 \\leq B \\leq 100$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments