Pagini recente » Cod sursa (job #1820954) | Diferente pentru utilizator/consstantin intre reviziile 8 si 2 | Cod sursa (job #1561566) | Cod sursa (job #750343) | 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() {
}