上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 52 下一页
摘要: queue 模板类的定义在头文件中。 与stack 模板类很相似,queue 模板类也需要两个模板参数,一个是元素类型,一个容器类 ... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(32) 评论(0) 推荐(0)
摘要: 文章目录 bits/stdc++的缺点bits/stdc++的优点 在编程竞赛中,我们常见一个头文件: #include 发现... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(203) 评论(1) 推荐(0)
摘要: 你是近处的烟火,也是远处的星河 今天,杂乱无章。 感觉,不可思议。 像能遇见一样,提前难过。 心理学上有一个期望定律也叫皮革马利翁... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(19) 评论(0) 推荐(0)
摘要: 点击这里 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(14) 评论(0) 推荐(0)
摘要: 首先百度了一下,网上有类似的博客,一下是百度的内容 在Java的简单程序编写过程中,如上代码出现了小小的提示,这种简短的小... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(0) 评论(0) 推荐(0)
摘要: #includeusing namespace std;int main(){ int temp1; int temp2... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(65) 评论(0) 推荐(0)
摘要: 我的肩上是风,风上是闪烁的星群。 骑车的时候喜欢放空自己。 突然,没注意到脚下和身后面。 令人愉快的方法除了丢东西还有买东西。 好... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(10) 评论(0) 推荐(0)
摘要: #include#includeusing namespace std;int main(){ string s("12345as... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(65) 评论(0) 推荐(0)
摘要: 串的基本概念 串的概念 串(String)是零个或多个字符组成的有限序列。一般记作 S=“a1a2a3…an”,其中S是串名,用... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(106) 评论(0) 推荐(0)
摘要: Java默认构造函数的作用,有需要的朋友可以参考下。 class Person{ private Strin... 阅读全文
posted @ 2022-11-21 18:56 TwcatL_tree 阅读(49) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 52 下一页