随笔分类 - POJ
摘要:Code #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> using namespace std; const int N = 128; struct bigInt{ int num[N]; //
阅读全文
摘要:Code #include <cstdio> using namespace std; const int PRIME[]={0, 2, 5, 10, 17, 28, 41, 58, 77, 100, 129, 160, 197, 238, 281, 328, 381, 440, 501, 568,
阅读全文
摘要:Code #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int MAX_LENGTH = 100; char str1[MAX_LENGTH], str2[MAX_LENGTH
阅读全文
摘要:Code #include <iostream> #include <iomanip> #include <cmath> using namespace std; const double IMPOS = 1024; char ch; double t = IMPOS, d = IMPOS, e,
阅读全文

浙公网安备 33010602011771号