上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 345 下一页
摘要: #include using namespace std; int main (){ int var = 20; // ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: #include using namespace std; int main (){ int var1; char va... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: #include using namespace std; int main (){ int var1; char va... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: #include using namespace std; int main (){ char greeting[6] = {... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: #include using namespace std; int main (){ char greeting[6] = {... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int main (){ string str1... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int main (){ string str1... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: 《将博客搬至CSDN》 ff posted on 2019-03-13 19:04 luoganttcc 阅读(...) 评论(...) 编辑 收藏 ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: c++ 数组 #include using namespace std;#include using std:: setw;int main(){ int n[10]; //初始化数组元素 for (int i=0;i<10;i+... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: c++ 生成随机数 #include #include #include using namespace std;int main(){ int i,j; srand( (unsigned)time(NULL)); /*生成... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(12) 评论(0) 推荐(0)
上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 345 下一页