摘要:
//we have defined the necessary header files here for this problem. //If additional header files are needed in your program, please import here. #include #include #define LENGHT 1000 void ... 阅读全文
摘要:
题目描述 在 x 轴上有相互挨着的矩形, 这些矩形有一个边紧贴着 x 轴,现在给出每个矩形的长宽, 所有的矩形看作整体当作一个画布, 则可以在这个画布上画出的最大的矩形的面积是多少。(画出的矩形长和高平行于X,Y轴) 在 x 轴上有相互挨着的矩形, 这些矩形有一个边紧贴着 x 轴,现在给出每个矩形的 阅读全文