中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C++計算倒數的源碼

發布時間:2020-08-06 21:25:04 來源:網絡 閱讀:839 作者:嚇了一跳哦 欄目:網絡安全

下邊內容內容是關于C++計算倒數的的內容,應該是對各位有較大好處。

#include <iostream>

using namespace std;

class Var;

class Base {
public:
virtual ~Base() {};
virtual ostream &print(ostream &o) const = 0;
};

ostream &operator<<(ostream &o, const Base &e) { e.print(o); return o; }

class Int : public Base {
const int n;
public:
Int(int m) : n(m) {}
~Int() {}
ostream &print(ostream &o) const { return o << n; }
};

class Var : public Base {
const string var;
public:
Var(string v) : var(v) {}
~Var() {}
ostream &print(ostream &o) const { return o << var; }
};

class Plus : public Base {
public:
~Plus() { delete e1; delete e2; }
ostream &print(ostream &o) const
};

class Times : public Base {
public:
~Times() { delete e1; delete e2; }
{ return new Plus(new Times(e1, e2->d(v)), new Times(e1->d(v), e2)); }
};

class Expr {
public:
};

const Expr operator+(const Expr e1, const Expr e2)
{ return Expr(new Plus(e1.e->clone(), e2.e->clone())); }
{ return Expr(new Times(e1.e->clone(), e2.e->clone())); }

ostream &operator<<(ostream &o, const Expr e) { return o << e.e; }

int main() {
Var vx("x"), va("a"), vb("b"), vc("c");
Expr x(&vx), a(&va), b(&vb), c(&vc);
return 0;
}

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

晋州市| 阿尔山市| 湖南省| 郓城县| 永济市| 福安市| 加查县| 洪洞县| 昌邑市| 米泉市| 蓬安县| 新乡市| 乌拉特后旗| 古浪县| 五莲县| 顺义区| 特克斯县| 茂名市| 隆化县| 建水县| 海伦市| 刚察县| 大丰市| 泊头市| 瑞昌市| 渭源县| 彰化县| 淮北市| 龙川县| 融水| 红桥区| 永济市| 湖州市| 如东县| 新丰县| 乳山市| 中山市| 星子县| 福鼎市| 积石山| 德化县|