[科大国创杯小学组 2025] 饼干

Luogu
IDLGB4320
Time1000ms
Memory512MB
DifficultyP1
数学2025科创活动小学活动科大国创杯
小可可有一个 $1 \times n$ 的长方形盘子,现在他想在里面放一些 $1 \times m$ 的饼干,饼干不能重叠,他想知道他最多能放多少块饼干? ## Input 一行两个整数 $n, m$,如题面定义。 ## Output 一行一个整数,表示最多能放的饼干的数量。 [samples] ## Background Subtask 0 为民间数据,Subtask 1 为官方数据。 ## Note ### 约定和数据范围 - 数据点 $1 \sim 3$,$1 \leq n \leq 10^9$,$m = 1$。 - 数据点 $4 \sim 5$,$1 \leq n, m \leq 10^9$,$n = m$。 - 数据点 $6 \sim 10$,$1 \leq n, m \leq 10^9$。
Samples
Input #1
19 6
Output #1
3
API Response (JSON)
{
  "problem": {
    "name": "[科大国创杯小学组 2025] 饼干",
    "description": {
      "content": "小可可有一个 $1 \\times n$ 的长方形盘子,现在他想在里面放一些 $1 \\times m$ 的饼干,饼干不能重叠,他想知道他最多能放多少块饼干?",
      "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": "LGB4320"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "小可可有一个 $1 \\times n$ 的长方形盘子,现在他想在里面放一些 $1 \\times m$ 的饼干,饼干不能重叠,他想知道他最多能放多少块饼干?\n\n## Input\n\n一行两个整数 $n, m$,如题面定义。\n\n## Output\n\n一行一个整数,表示最多能放的饼干的数量。\n\n[samples]\n\n## Background\n\nSubtask 0 为民间数据,Subtask 1 为官方数...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments