平面面積OJ版

2021-06-22 06:04:12 字數 788 閱讀 9113

/*

* 程式的版權和版本宣告部分:

* 檔名稱:test.cpp

* 作 者:任子儀

* 完成日期:2023年 5月 27日

* 版 本 號:v12.1

* 輸入描述:無

* 問題描述:。

* 程式輸出:

* 問題分析:略

* 演算法設計:略

*/#include#includeusing namespace std;

class shape

;class circle:public shape

double area()

};class square:public shape

double area()

};class rectangle:public shape

double area()

};class trapezoid:public shape

double area()

};class ********:public shape

double area()

};int main()

; double areas=0.0;

for(int i=0; i<5; i++)

areas=areas+pt[i]->area();

cout<

示例:

第十四周 專案2 平面面積OJ版

檔名稱 完成日期 2014年5月27日 版本號 v0.1 對任務及求解方法的描述部分 輸入描述 無 問題描述 編寫乙個程式,定義抽象基類shape,由它派生出5個派生類 circle 圓形 square 正方形 rectangle 矩形 trapezoid 梯形 三角形 用虛函式分別計算幾種圖形面積...

折線分割平面 oj

time limit 1000 ms memory limit 32768 kib submit statistic problem description 我們看到過很多直線分割平面的題目,今天的這個題目稍微有些變化,我們要求的是n條折線分割平面的最大數目。比如,一條折線可以將平面分成兩部分,兩條...

OJ 1102 最小面積子矩陣

include const int size 110 int mat size size int sum size size int tok size int n,m,k bool check int len int main int ans 1 for int len 1 len n len fo...