摘要: #include <iostream> #include <math.h> using namespace std; bool is_prime(unsigned long long n) { //quick unsigned long long stop = n / 6 + 1, Tstop = 阅读全文
posted @ 2022-03-03 14:06 icefield817 阅读(82) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <map> #include <iterator> #include <algorithm> using namespace std; // 在此处补充你的代码 template<class T1,clas 阅读全文
posted @ 2022-03-02 10:43 icefield817 阅读(154) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <sstream> #include <set> #include <map> using namespace std; int main() { typedef multimap<int, int,les 阅读全文
posted @ 2022-03-01 21:10 icefield817 阅读(58) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <list> #include <string> using namespace std; template <class T1, class T2> void Copy(T1 s, T1 e, T2 x) { for (; s != e; 阅读全文
posted @ 2022-02-28 15:52 icefield817 阅读(86) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <iomanip> #include <cstring> using namespace std; template <class T> class CArray3D { // 在此处补充你的代码 public: int x, y, z; T 阅读全文
posted @ 2022-02-28 14:38 icefield817 阅读(182) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; class MyCin { // 在此处补充你的代码 public: bool flag = false; MyCin & operator>> (int & n) { cin >> n; if (n == -1 || 阅读全文
posted @ 2022-02-23 17:52 icefield817 阅读(150) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <cstring> #include <cstdlib> #include <cstdio> using namespace std; const int MAX = 110; class CHugeInt { public: int a[2 阅读全文
posted @ 2022-02-20 17:24 icefield817 阅读(164) 评论(0) 推荐(0) 编辑
摘要: &&&&&3099476112a3a71018db708769fc281b=1756241767000,82506370e5d818c7ce492a7e30d35662=1756241767000,3201a2dcf308d3f18ee73effdb3ff21d=1756241767000,9361 阅读全文
posted @ 2022-08-05 19:45 icefield817 阅读(369) 评论(0) 推荐(0) 编辑
摘要: &&&&106.13.220.224:8330&&&& 阅读全文
posted @ 2022-07-04 11:38 icefield817 阅读(19) 评论(0) 推荐(0) 编辑
摘要: &&&&&b6927ed6674116afe2028aaba64d188f=1756241767000,178BFBFF00810222=1656241767000,3201a2dcf308d3f18ee73effdb3ff21d=1756241767000,7087337dc0f6a2ae3fc0 阅读全文
posted @ 2022-06-25 19:10 icefield817 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 使用教程: 命令说明 1、领取金币(新人金币) 2、jb、金币(查询金币) 3、dk、打卡、qd、签到 4、dj、打劫(打劫机器人) 5、cj、抽奖(抽金币) 6、dlc、多连抽(连抽金币) 7、cmh、抽盲盒(抽盲盒) 8、mrlb、每日礼包 9、mzlb、每周礼包 10、bz、帮助(获取帮助) 阅读全文
posted @ 2022-05-14 21:12 icefield817 阅读(816) 评论(2) 推荐(0) 编辑
摘要: 1、CString 与 std::string的相互转换: 1.1:string to CString string str = "hello world"; CString cstr(str.c_str()); 1.2:CString to string CString theCStr = L"H 阅读全文
posted @ 2022-05-10 09:08 icefield817 阅读(26) 评论(0) 推荐(0) 编辑
摘要: &&&&感谢朋友们的支持:青尘【+5】、仙子本仙【+2】、东城以东、[$ǿĀD]、5877Tom服主、无【+2】、少家、DTSARK【+5】、柔情似水【+6】、老刘、汇梦方舟【+2】、冬乙【+3】、叶凡、阿狼、pig、伟哥、小辣鸡、右手边的幸福、868服主、晓晓、睿享717服主【+28】、初心方舟 阅读全文
posted @ 2022-03-27 17:55 icefield817 阅读(57) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <sstream> #include <set> #include <map> using namespace std; int main() { typedef map<int, int,less<int 阅读全文
posted @ 2022-03-01 17:57 icefield817 阅读(54) 评论(0) 推荐(0) 编辑