本地题面缓存已迁移,解析内容待补充。
OJ: noi_openjudge
题目 ID: english-09
难度:未知
标签:
日期: 2026-07-30 23:01
完整题面见同目录的 problem.md。
problem.md
Given A and B. Find the least positive M which is a common multiple of both A and B.
Two positive integers A and B (A,B <= 10000).
One integer M.
18 12
8 12
124
24