摘要:
// 害死人不偿命的(3n + 1)思想 #include <iostream> #include <string> using namespace std; int main() { int n = 0; int step = 0; cin >> n; while (n != 1) { if (n 阅读全文
posted @ 2022-03-08 23:33
W-forever
阅读(50)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <string> #include <vector> using namespace std; int main() { //了解一下二维数组的性质 int a[3][4] = { {1, 3, 5, 7}, {2, 4, 6, 8}, {1 阅读全文
posted @ 2022-03-08 22:37
W-forever
阅读(39)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <string> #include <vector> using namespace std; void biaoDaShi() { //在一条语句中混用解引用和递增运算符 vector<int>v = { 0 }; auto pbeg = 阅读全文
posted @ 2022-03-08 14:52
W-forever
阅读(27)
评论(0)
推荐(0)

浙公网安备 33010602011771号