南阳理工ACM-OJ 分数加减法 最大公约数的使用

http://acm.nyist.net/JudgeOnline/problem.php?pid=111

简单模拟:

#include 
#include 
#include 
using namespace std;
int gcd(int a,int b)
{
	if(a>s)
	{
		fz1=s[0]-'0';
		fm1=s[2]-'0';
		fz2=s[4]-'0';
		fm2=s[6]-'0';
		ch=s[3];
		int fm=lcm(fm1,fm2);
		fz1=fz1*(fm/fm1);
		fz2=fz2*(fm/fm2);
		int fz;
		if(ch=='+'){
		fz=fz1+fz2;
		if(fz%fm==0){cout<


你可能感兴趣的:(基础算法研究)