#include<iostream>
using namespace std;
#include<string.h>
#include<string>
#include<math.h>
struct PhanSo
{
int TuSo;
int MauSo;
};
typedef struct PhanSo SPhanSo;
void NhapPhanSo(SPhanSo *);
void XuatPhanSo(SPhanSo *);
int UCLN(int ,int );
void RutGon(SPhanSo *);
SPhanSo TinhTong(SPhanSo ,SPhanSo );
SPhanSo operator +(SPhanSo ,SPhanSo);
bool kt(SPhanSo );
SPhanSo QuyDong(SPhanSo ,SPhanSo);
bool KTTinhChatPhanSo(SPhanSo );// Cách 1
bool operator <(SPhanSo ,int );
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.