摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { /*int x,y,n,ans=0; for(int i=50;i<=60;i 阅读全文
posted @ 2023-07-10 09:46 爱吃泡面的皮卡 阅读(26) 评论(0) 推荐(0)
摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { int x,y,symbol,ans; int n,temp,sum=0; s 阅读全文
posted @ 2023-07-10 09:27 爱吃泡面的皮卡 阅读(22) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int 阅读全文
posted @ 2023-07-08 20:14 爱吃泡面的皮卡 阅读(28) 评论(0) 推荐(0)
摘要: #include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int main 阅读全文
posted @ 2023-07-08 09:51 爱吃泡面的皮卡 阅读(18) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int x,y,z,id,data; void a(){ //第一面 id=24; data=2; mc 阅读全文
posted @ 2023-07-07 20:30 爱吃泡面的皮卡 阅读(37) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int q[3]{1,2,3}; int max; cin>>max; for(int i=0;i<3;i++){ if(max<q[i]){ max 阅读全文
posted @ 2023-07-07 08:24 爱吃泡面的皮卡 阅读(21) 评论(0) 推荐(0)
摘要: #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)