Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <cmath>
#include <iomanip>
using namespace std;
class SoPhuc {
protected:
double thuc;
double ao;
public:
#include <iostream>
#include <algorithm>
using namespace std;
class PhanSo {
protected:
int tu, mau;
public:
PhanSo() {
tu = 0;