5387专题

hdu 5387 Clock(分数)

题目链接:hdu 5387 Clock #include <cstdio>#include <cstring>#include <algorithm>using namespace std;typedef long long type;struct Fraction {type mem; // 分子;type den; // 分母;bool operator < (const Fr