摘要: vector容器题目 #include<iostream> using namespace std;#include<vector>int a[101];bool FindPrime(int sum){ if (sum == 1 ) return false; for (int i = 2; i < 阅读全文
posted @ 2023-04-22 20:27 敲代码的6 阅读(14) 评论(0) 推荐(0)