Pagini recente » Cod sursa (job #2367827) | Cod sursa (job #825210) | Cod sursa (job #2164264) | Cod sursa (job #1726462) | 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() {
}