Pagini recente » Cod sursa (job #2383522) | Cod sursa (job #684251) | Cod sursa (job #2678171) | Cod sursa (job #2908678) | Cod sursa (job #1533904)
#include <fstream>
#include <algorithm>
using namespace std;
ifstream in("dragonball.in");
ofstream out("dragonball.out");
class Huge {
public:
const static int MAX_DIG = 10000;
int nDig;
char X[1 + MAX_DIG];
Huge(const char *S) {
}
Huge operator +(const Huge &other) {
}
Huge operator -(const Huge &other) {
}
Huge operator /(const int &k) {
}
};
int main() {
}