80分 QAQ
查看原帖
80分 QAQ
1225615
fanhaoxuan0110楼主2024/9/29 22:22
#include<bits/stdc++.h>
#include<cstdlib>
#include<ctime>
using namespace std;
int x,y,z;
int main(){
	cin>>x>>y>>z;
	cout<<__gcd(x,__gcd(y,x));
	return 0;
}

2024/9/29 22:22
加载中...