[LeetCode]223. 矩形面積

223. 矩形面積web class Solution { public: int computeArea(int A, int B, int C, int D, int E, int F, int G, int H) { long long tot=0; tot+=(C-A)*(D-B); tot+=(G-E)*(H-F);
相關文章
相關標籤/搜索