【深基2.例1】跑步

Luogu
IDLGB2616
Time1000ms
Memory512MB
DifficultyP1
小 A 跑步速度 $5 \text{ m/s}$,八尾勇跑步速度 $8 \text{ m/s}$,八尾勇在小 A 后面 $100 \text{ m}$,他们同时起跑,请问需要多长时间八尾勇可以追上小 A?输出一个数字表示答案,使用 `cout` 直接输出。 ## Input 不需要输入。 ## Output 请输出一个数字表示答案,使用 `cout` 直接输出。 [samples] ## Background **本题来自洛谷编写教材《深入浅出程序设计竞赛 - 基础篇》**,并带有详细的教程和讲解,点击下列链接了解本书详情。[【官方网店绝赞热卖中!】>>>](https://item.taobao.com/item.htm?id=637730514783)
API Response (JSON)
{
  "problem": {
    "name": "【深基2.例1】跑步",
    "description": {
      "content": "小 A 跑步速度 $5 \\text{ m/s}$,八尾勇跑步速度 $8 \\text{ m/s}$,八尾勇在小 A 后面 $100 \\text{ m}$,他们同时起跑,请问需要多长时间八尾勇可以追上小 A?输出一个数字表示答案,使用 `cout` 直接输出。",
      "description_type": "Markdown"
    },
    "platform": "Luogu",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 524288
    },
    "difficulty": {
      "LuoguStyle": "P1"
    },
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "LGB2616"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "小 A 跑步速度 $5 \\text{ m/s}$,八尾勇跑步速度 $8 \\text{ m/s}$,八尾勇在小 A 后面 $100 \\text{ m}$,他们同时起跑,请问需要多长时间八尾勇可以追上小 A?输出一个数字表示答案,使用 `cout` 直接输出。\n\n## Input\n\n不需要输入。\n\n## Output\n\n请输出一个数字表示答案,使用 `cout` 直接输出。\n\n[samples]\n\n#...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments