#G. 【例47.3】 最大公约数

    Type: RemoteJudge 1000ms 64MiB

【例47.3】 最大公约数

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.

说明

给出两个正整数,求出它们的最大公约数。

输入格式

第一行输入一个整数nn(0<n1000 < n ≤100),表示有 nn 组测试数据;
随后的 nn 行输入两个整数xx,yy(0<x,y100000 < x , y≤10000) 。

输出格式

输出每组测试数据的最大公约数。

样例

3
6 6
12 11
33 22
6
1
11

6月2日1540

Not Claimed
Status
Done
Problem
8
Open Since
2024-6-2 0:00
Deadline
2024-6-10 23:59
Extension
24 hour(s)