{"problem":{"name":"Power","description":{"content":"Given integers $A$ and $B$, print the value $A^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":"abc283_a"},"statements":[{"statement_type":"Markdown","content":"Given integers $A$ and $B$, print the value $A^B$.\n\n## Constraints\n\n*   $1 \\leq A, B \\leq 9$\n*   All values in the input are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc283_a","tags":[],"sample_group":[["4 3","64\n\n$4^3 = 64$, so $64$ should be printed."],["5 5","3125"],["8 1","8"]],"created_at":"2026-03-03 11:01:13"}}