{"response":{"error":"API请求失败","http_code":400,"response":"{\"code\":500002,\"detail\":\"请求不可读,请检查请求格式\",\"message\":\"PARAM_ERROR...
#include using namespace std;const int N = 1e5 + 10;int n;struct info {int d1, d2, maxx;}a[N];bool cmp(info i, info j) {return i.d1 < j.d1;}int...