上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: 晴神书中AC代码 阅读全文
posted @ 2019-08-23 15:36 哨音 阅读(144) 评论(0) 推荐(0)
摘要: AC代码 注意创造函数条件中使用引用 输出语句注意单复数 阅读全文
posted @ 2019-08-18 22:10 哨音 阅读(169) 评论(0) 推荐(0)
摘要: 书中AC代码 阅读全文
posted @ 2019-08-17 22:28 哨音 阅读(91) 评论(0) 推荐(0)
摘要: 术语表 目录 "第 1 章 开始" 第 I 部分 C++基础 "第 2 章 变量和基本类型" "第 3 章 字符串, 向量和数组" "第 4 章 表达式" "第 5 章 语句" "第 6 章 函数" "第 7 章 类" 第 II 部分 C++标准库 "第 8 章 IO库" "第 9 章 顺序容器" 阅读全文
posted @ 2019-08-16 19:22 哨音 阅读(745) 评论(0) 推荐(0)
摘要: AC代码 阅读全文
posted @ 2019-08-14 16:24 哨音 阅读(144) 评论(0) 推荐(0)
摘要: AC代码 include include include include using namespace std; const int max_n = 110; int main() { ifdef ONLINE_JUDGE else freopen("1.txt", "r", stdin); en 阅读全文
posted @ 2019-08-14 10:44 哨音 阅读(153) 评论(0) 推荐(0)
摘要: 书中AC代码 include include include include const int max_n = 10100; using namespace std; void Print(bool a) { if(!a) printf(" "); } int main() { ifdef ONL 阅读全文
posted @ 2019-08-10 15:33 哨音 阅读(228) 评论(0) 推荐(0)
摘要: 书中AC代码 include include include using namespace std; int main() { ifdef ONLINE_JUDGE else freopen("1.txt", "r", stdin); //char DD; //日期 endif // ONLINE 阅读全文
posted @ 2019-08-10 09:45 哨音 阅读(183) 评论(0) 推荐(0)
摘要: AC代码 阅读全文
posted @ 2019-08-08 10:31 哨音 阅读(158) 评论(0) 推荐(0)
摘要: AC代码 include include using namespace std; const int max_n = 110; //权重 int W[17] = {7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2}; //验证码 char M[ 阅读全文
posted @ 2019-08-08 10:11 哨音 阅读(154) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页