最大公约数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
最大公约数相信大家都会计算,但怎么借助 C++ 快速地计算呢?
下面这个式子是辗转相除法的数学表达:
输入格式
第一行输入一个整数t(t≤100)。
然后会有 t 行,每行有两个整数 。
输出格式
一共输出 t 行,每行输出 x,y 的最大公约数。
输出时每行末尾的多余空格,不影响答案正确性
样例输入
1
6 8
样例输出
2
周六10:30
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 11
- Start at
- 2023-12-9 10:00
- End at
- 2023-12-9 12:00
- Duration
- 2 hour(s)
- Host
- Partic.
- 2