上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 129 下一页
摘要: http://www.lydsy.com/JudgeOnline/problem.php?id=1707 Time Limit: 5 Sec Memory Limit: 64 MBSubmit: 828 Solved: 395[Submit][Status][Discuss] Description 阅读全文
posted @ 2017-10-15 22:23 Aptal丶 阅读(243) 评论(0) 推荐(0) 编辑
摘要: http://www.lydsy.com/JudgeOnline/problem.php?id=2563 Time Limit: 3 Sec Memory Limit: 128 MBSubmit: 978 Solved: 702[Submit][Status][Discuss] Descriptio 阅读全文
posted @ 2017-10-15 21:15 Aptal丶 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 改题面只有1改为0 。。 1 #include <cstring> 2 #include <cstdio> 3 4 inline void read(int &x) 5 { 6 x=0; register char ch=getchar(); 7 for(; ch>'9'||ch<'0'; ) ch 阅读全文
posted @ 2017-10-15 20:10 Aptal丶 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 注意完全平方数统计时的特判 1 #include <cstdio> 2 3 inline void read(int &x) 4 { 5 x=0; register char ch=getchar(); 6 for(; ch>'9'||ch<'0'; ) ch=getchar(); 7 for(; 阅读全文
posted @ 2017-10-15 20:10 Aptal丶 阅读(133) 评论(0) 推荐(0) 编辑
摘要: P100 zhx 竞赛时间:????年??月??日??:??-??:?? 题目名称 a b c 名称 a b c 输入 a.in b.in c.in 输出 a.out b.out c.out 每个测试点时限 1s 1s 1s 内存限制 256MB 256MB 256MB 测试点数目 6 100 或  阅读全文
posted @ 2017-10-15 20:08 Aptal丶 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 129 下一页