摘要: #include <iostream> using namespace std; int main() { int n,l,d,e; cin>>n>>l; int a[n],b[n],c[n]; for(int i=0;i<n;i++){ cin>>a[i]; b[i]=max(l+1-a[i],a 阅读全文
posted @ 2023-07-01 19:24 爱吃泡面的皮卡 阅读(18) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-07-01 19:16 爱吃泡面的皮卡 阅读(0) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int N; cin>>N; int H[1001]; int L[1001]; int R[1001]; for(int i=1;i<=N;i++) 阅读全文
posted @ 2023-07-01 17:55 爱吃泡面的皮卡 阅读(15) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { for(int i=1;i<=20;i++){ if(i%7==0||i%10==7){ cout<<"pass"<<endl; }else{ cou 阅读全文
posted @ 2023-07-01 08:31 爱吃泡面的皮卡 阅读(78) 评论(0) 推荐(0)