上一页 1 2 3 4 5 6 7 ··· 10 下一页
该文被密码保护。 阅读全文
posted @ 2025-07-05 16:00 郭立恒 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-03-01 09:28 郭立恒 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-02-28 19:31 郭立恒 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-02-22 09:42 郭立恒 阅读(1) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> using namespace std; int n; struct asd{ int id,sum; string s; }a[110]; bool cmp(asd a,asd b){ if(a.sum!=b.sum){ return a.sum>b 阅读全文
posted @ 2025-02-06 09:06 郭立恒 阅读(59) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-12-29 09:22 郭立恒 阅读(12) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { system("title 梦幻西游启动"); printf("恭喜你 噩梦开始了\n"); system("pause"); printf("1.人 阅读全文
posted @ 2024-12-27 19:24 郭立恒 阅读(29) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; system("pause") 可以实现冻结屏幕 system("CLS") 可以实现清屏操作 调用color函数可以改变控制台的前景色和背景,具体参数在下面说明。 例如,用 system("color 0A"); 其 阅读全文
posted @ 2024-12-27 18:36 郭立恒 阅读(38) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdio> using namespace std; struct no{ string name; int age; string blc; int shengao; int tizhong; }; int main(int argc 阅读全文
posted @ 2024-12-20 19:14 郭立恒 阅读(11) 评论(0) 推荐(0)
摘要: 1.创建结构体 成员变量 多个 成员函数 多个 其他结构体 多个 2.定义结构体变量 结构体名 变量名 3.调用 .成员访问符 for循环: for(1.初始条件;2.循环条件3.条件改变){ 4.表达式 } while: 1 while(2){ 4 3 } sort 使用 #include <bi 阅读全文
posted @ 2024-12-08 08:32 郭立恒 阅读(60) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页