摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n; cin>>n; int H[n],L[n],R[n]; int l1=0,r1=0,h1=0,h2=0; for(int i=1;i<= 阅读全文
posted @ 2023-07-01 17:46 fushuxuan1 阅读(23) 评论(0) 推荐(0)