Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
数论
Module:
数论
Problem
2
/2
单一GCD
Problem
给出十进制数制中的两个自然数,由1组成。第一个数字正好有
N
个单位,第二个数字正好有
M
。需要找到这些数字的GCD。
输入
在一条线上 两个整数
N
和
M
(
\(1 <= N,\ M <= 2000\) span> ).
输出
打印出不带前导零的答案。
例子
<头>
#
输入
输出
东西> <正文>
1
1 1
1
2
1 2
1
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary