摘要: https://vjudge.net/problem/POJ-1426 POJ - 1426 Find The Multiple ... 阅读全文
posted @ 2021-07-20 15:23 斯文~ 阅读(45) 评论(0) 推荐(0)
摘要: void read(int &x) { x=0; bool f=false; char c=getchar(); while(!isdigit(c)) { if(c=='-') f=1; c=getchar(); } while(isdigit(c)) { x=x*10+c-'0'; c=getch 阅读全文
posted @ 2021-07-20 10:20 斯文~ 阅读(35) 评论(0) 推荐(0)
摘要: https://vjudge.net/problem/HDU-4763 HDU - 4763 Theme Section 题目AC... 阅读全文
posted @ 2021-07-20 09:57 斯文~ 阅读(18) 评论(0) 推荐(0)
摘要: https://vjudge.net/problem/HDU-1238 HDU - 1238 Substrings 题目分析AC代... 阅读全文
posted @ 2021-07-20 09:53 斯文~ 阅读(26) 评论(0) 推荐(0)
摘要: https://vjudge.net/problem/HDU-3746 HDU - 3746 Cyclic Nacklace (K... 阅读全文
posted @ 2021-07-20 09:50 斯文~ 阅读(19) 评论(0) 推荐(0)
摘要: https://vjudge.net/problem/HDU-2594 HDU - 2594 Simpsons’ Hidden T... 阅读全文
posted @ 2021-07-20 09:28 斯文~ 阅读(22) 评论(0) 推荐(0)
摘要: https://vjudge.net/problem/HDU-1711 HDU - 1711 Number Sequence 题目... 阅读全文
posted @ 2021-07-20 09:18 斯文~ 阅读(15) 评论(0) 推荐(0)
摘要: https://vjudge.net/problem/HDU-1686 HDU - 1686 Oulipo 题目分析AC代码 题... 阅读全文
posted @ 2021-07-20 09:04 斯文~ 阅读(10) 评论(0) 推荐(0)

你好!