上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
  2023年7月8日
摘要: #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 爱吃泡面的皮卡 阅读(16) 评论(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 爱吃泡面的皮卡 阅读(7) 评论(0) 推荐(0) 编辑
  2023年7月7日
摘要: #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 爱吃泡面的皮卡 阅读(18) 评论(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 爱吃泡面的皮卡 阅读(12) 评论(0) 推荐(0) 编辑
  2023年7月1日
摘要: #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 爱吃泡面的皮卡 阅读(13) 评论(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 爱吃泡面的皮卡 阅读(5) 评论(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 爱吃泡面的皮卡 阅读(71) 评论(0) 推荐(0) 编辑
  2023年6月24日
摘要: #include <iostream> #include <string> #include "Windows.h" #include "minecraft.h" #include <cstring> TxMinecraft mc; using namespace std; struct Blook 阅读全文
posted @ 2023-06-24 20:02 爱吃泡面的皮卡 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { system("pause"); int a[7]={1,2,3,4,5,6,7}; for (int i=1;i<8;i++){ cout<<a[7 阅读全文
posted @ 2023-06-24 16:23 爱吃泡面的皮卡 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页