随笔分类 -  POJ

摘要:Code #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> using namespace std; const int N = 128; struct bigInt{ int num[N]; // 阅读全文
posted @ 2021-09-18 10:01 Mojibake 阅读(56) 评论(0) 推荐(0)
摘要: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, 阅读全文
posted @ 2021-09-11 13:20 Mojibake 阅读(342) 评论(0) 推荐(0)
摘要:Code #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int MAX_LENGTH = 100; char str1[MAX_LENGTH], str2[MAX_LENGTH 阅读全文
posted @ 2021-09-08 20:58 Mojibake 阅读(73) 评论(0) 推荐(0)
摘要:Code #include <iostream> #include <iomanip> #include <cmath> using namespace std; const double IMPOS = 1024; char ch; double t = IMPOS, d = IMPOS, e, 阅读全文
posted @ 2021-09-06 20:49 Mojibake 阅读(85) 评论(0) 推荐(0)

知识共享许可协议
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。