
思维题
Manton过
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【codeforces】A. The Text Splitting(思维题-水题)
点击打开题目 A. The Text Splitting time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given th原创 2017-08-01 10:18:42 · 387 阅读 · 0 评论 -
【codeforces】A. Array(思维水题)
点击打开题目 A. Array time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Vitaly has an array of n原创 2017-08-02 22:29:04 · 614 阅读 · 0 评论 -
0和5(思维-水题)
点击打开题目 I - 0和5 51Nod - 1433 题解: 各位加起来是9的倍数,因为是整除90,所以末尾至少有一个0; 代码: #include #include using namespace std; int main(){ int n; while(cin>>n){ int zore=0; int five=0;原创 2017-08-02 22:41:06 · 439 阅读 · 0 评论 -
【Light oj 1138 】- Trailing Zeroes (III)(二分,思维)
点击打开题目 1138 - Trailing Zeroes (III) PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You task is to find minimal原创 2017-08-02 23:15:16 · 298 阅读 · 0 评论