02 2022 档案
摘要:题目链接 按照这个思路, 我自己的AC代码: class Solution { class node{ public: int x,y; node(int x,int y){ this->x=x; this->y=y; } friend bool operator<(const node&n1,co
阅读全文
摘要:题目链接 我的代码: #include <cstdio> #include <cmath> #define max(a,b) a>b?a:b double w,h; const double pi=3.141592653589793; double getVolume(){ double v=0.0
阅读全文

浙公网安备 33010602011771号