Problem D: 兒童繪畫遊戲

#include <bits/stdc++.h> using namespace std; class Shape { public: static int cnt; Shape(){cnt++;} static int getCntOfShapes(){return cnt;} virtual double getArea()=0; virtual voi
相關文章
相關標籤/搜索