Feet

AtCoder
IDabc437_a
Time2000ms
Memory256MB
Difficulty
$1$ foot is $12$ inches. How many inches is $A$ feet $B$ inches? ## Constraints * $1 \leq A \leq 8$ * $0 \leq B \leq 11$ * All input values are integers. ## Input The input is given from Standard Input in the following format: $A$ $B$ [samples]
Samples
Input #1
6 7
Output #1
79

$6$ feet $7$ inches is $6 \times 12 + 7 = 79$ inches.
Input #2
4 11
Output #2
59

$4$ feet $11$ inches is $4 \times 12 + 11 = 59$ inches.
Input #3
8 0
Output #3
96

$8$ feet $0$ inches is $8 \times 12 + 0 = 96$ inches.
API Response (JSON)
{
  "problem": {
    "name": "Feet",
    "description": {
      "content": "$1$ foot is $12$ inches. How many inches is $A$ feet $B$ inches?",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc437_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "$1$ foot is $12$ inches.\nHow many inches is $A$ feet $B$ inches?\n\n## Constraints\n\n*   $1 \\leq A \\leq 8$\n*   $0 \\leq B \\leq 11$\n*   All input values are integers.\n\n## Input\n\nThe input is given from Sta...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments