人口增长问题

Luogu
IDLGB2063
Time1000ms
Memory128MB
DifficultyP1
循环结构
假设目前的世界人口有 $x$ 亿,按照每年 $0.1\%$ 的增长速度,$n$ 年后将有多少人? ## Input 一行两个正整数 $x$ 和 $n$,之间有一个空格。其中,$1 \leq x\leq 100, 1\leq n\leq 100$。 ## Output 一行一个数,表示答案。以亿为单位,保留到小数点后 $4$ 位。 [samples]
Samples
Input #1
13 10
Output #1
13.1306
API Response (JSON)
{
  "problem": {
    "name": "人口增长问题",
    "description": {
      "content": "假设目前的世界人口有 $x$ 亿,按照每年 $0.1\\%$ 的增长速度,$n$ 年后将有多少人?",
      "description_type": "Markdown"
    },
    "platform": "Luogu",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 131072
    },
    "difficulty": {
      "LuoguStyle": "P1"
    },
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "LGB2063"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "假设目前的世界人口有 $x$ 亿,按照每年 $0.1\\%$ 的增长速度,$n$ 年后将有多少人?\n\n## Input\n\n一行两个正整数 $x$ 和 $n$,之间有一个空格。其中,$1 \\leq x\\leq 100, 1\\leq n\\leq 100$。\n\n## Output\n\n一行一个数,表示答案。以亿为单位,保留到小数点后 $4$ 位。\n\n[samples]...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments