编程及软件开发解决方案库

2000万优秀解决方案库,覆盖所有编程及软件开发类,极速查询

今日已更新 508 篇代码解决方案

  • 1:编程之美2.3笔记:寻找发帖“王”

    传说,Tango有一大&ldquo;<em>水</em>王&rdquo;,他不

    https://www.u72.net/daima/40w4.html - 2024-07-22 10:10:24 - 代码库
  • 2:ZOJ3622 Magic Number(题)

    分析:举个例子xxx(<em>三</em>位数)为魔力数,则xxx|(xxx&amp;#43;1000*y),那么xxx|1000,这个就是结论同理:四位数xxxx|10000,五位数

    https://www.u72.net/daima/nhkfe.html - 2024-08-02 12:40:10 - 代码库
  • 3:题~~~~HDU 4788

                         Description Yesterday your dear cousin Coach Pang gave you a new 100MB hard disk drive (HDD) as a gift because you will get married next ye

    https://www.u72.net/daima/6kr.html - 2024-07-03 02:09:05 - 代码库
  • 4:codevs哈希

                        1230多重hash练习一下,不用也可以////  main.cpp//  codeves1230////  Created by Candy on 9/29/16.//  Copyright &amp;copy; 2016 Candy. All rights res

    https://www.u72.net/daima/d0am.html - 2024-08-15 06:37:06 - 代码库
  • 5:NOIP 0924 题记

                        这场貌似是gcd专场?第一题很有意思,模拟gcd的过程即可。 1 //0924 candy 2 //by Cydiater 3 //2016.9.24 4 #include &lt;iostream&gt; 5 #include &lt;cstdio&gt; 6

    https://www.u72.net/daima/k9hh.html - 2024-08-14 16:59:01 - 代码库
  • 6:XDOJ_1094_

                        http://acm.xidian.edu.cn/problem.php?id=1094 细心过了样例就差不多了。 #include&lt;iostream&gt;#include&lt;cstdio&gt;#include&lt;cstring&gt;#include&lt;al

    https://www.u72.net/daima/ferb.html - 2024-08-17 07:43:23 - 代码库
  • 7:XDOJ_1081_

                        http://acm.xidian.edu.cn/problem.php?id=1081 判断最大值和最小值。如果用二分的那种判断,会超long long。 #include&lt;iostream&gt;#include&lt;cstri

    https://www.u72.net/daima/cn76.html - 2024-08-17 10:23:44 - 代码库
  • 8:XDOJ_1062_

                        http://acm.xidian.edu.cn/problem.php?id=1062 遍历一遍就可以了。 #include&lt;iostream&gt;#include&lt;cstring&gt;#include&lt;cstdio&gt;#include&lt;algorith

    https://www.u72.net/daima/f7n6.html - 2024-08-17 05:14:26 - 代码库
  • 9:XDOJ_1099_

                        http://acm.xidian.edu.cn/problem.php?id=1099 每次加上以当前为尾的区间数量。 #include&lt;iostream&gt;#include&lt;cstdio&gt;#include&lt;cstring&gt;#incl

    https://www.u72.net/daima/f84s.html - 2024-08-17 06:28:40 - 代码库
  • 10:XDOJ_1041_

                        http://acm.xidian.edu.cn/problem.php?id=1041 简单规律。 #include&lt;iostream&gt;#include&lt;cstdio&gt;#include&lt;cstring&gt;#include&lt;algorithm&gt;using

    https://www.u72.net/daima/f0wn.html - 2024-08-17 00:13:24 - 代码库
  • 11:XDOJ_1040_

                        http://acm.xidian.edu.cn/problem.php?id=1040 简直智障,WA了好几次。 #include&lt;iostream&gt;#include&lt;cstdio&gt;#include&lt;cstring&gt;#include&lt;algori

    https://www.u72.net/daima/f0wk.html - 2024-08-17 00:13:39 - 代码库
  • 12:XDOJ_1031 _

                        http://acm.xidian.edu.cn/problem.php?id=1031 简单找规律,a[i][j] = (i+j)/gcd(i,j)。 #include&lt;iostream&gt;#include&lt;algorithm&gt;#include&lt;cstring&gt;#inc

    https://www.u72.net/daima/frvn.html - 2024-08-16 19:35:01 - 代码库
  • 13:XDOJ_1071_

                        http://acm.xidian.edu.cn/problem.php?id=1071 固定一个角。 #include&lt;iostream&gt;#include&lt;cstring&gt;#include&lt;cstdio&gt;#include&lt;algorithm&gt;usi

    https://www.u72.net/daima/rera.html - 2024-08-19 14:34:12 - 代码库
  • 14:[]ZOJ1201

                        给原排列 求 其前面有多少个数比他大,给每个数1...2..n前面有多少个数比他大,求原序列 第一个直接统计第二个从1开始找出第inv【i】&amp;#43;1个空位置放进去

    https://www.u72.net/daima/w2aa.html - 2024-07-16 08:06:29 - 代码库
  • 15:XDOJ_1142_

                        http://acm.xidian.edu.cn/problem.php?id=1142 记录字符串中哪些出现过。 #include&lt;iostream&gt;#include&lt;cstdio&gt;#include&lt;cstring&gt;#include&lt;al

    https://www.u72.net/daima/rh94.html - 2024-08-18 08:30:18 - 代码库
  • 16:题 开灯问题

                        开灯问题时间限制:3000 ms  |  内存限制:65535 KB难度:1描述    有n盏灯,编号为1~n,第1个人把所有灯打开,第2个人按下所有编号为2 的倍数的开关(这些灯将

    https://www.u72.net/daima/r5na.html - 2024-07-12 09:15:38 - 代码库
  • 17:XDOJ_1129_

                        http://acm.xidian.edu.cn/problem.php?id=1129 保存累计的下标,直接输出。 #include&lt;iostream&gt;#include&lt;cstring&gt;#include&lt;cstdio&gt;#include&lt;al

    https://www.u72.net/daima/r43c.html - 2024-08-19 06:02:33 - 代码库
  • 18:题可耻

                        #include &lt;cstdio&gt;#include &lt;cstring&gt;#include &lt;iostream&gt;#include &lt;algorithm&gt;#include &lt;cstdlib&gt;#include &lt;cmath&gt;#include &lt;utility&gt;#include &lt;vect

    https://www.u72.net/daima/2w4x.html - 2024-07-20 06:22:28 - 代码库
  • 19:HDU 4960 (dp)

                        Another OCD PatientProblem DescriptionXiaoji is an OCD (obsessive-compulsive disorder) patient. This morning, his children played with plast

    https://www.u72.net/daima/061k.html - 2024-07-18 11:42:14 - 代码库
  • 20:UVALive 6430 (dp)

                        https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=4441 题意:有n个靶子,每个靶子有3个val,需

    https://www.u72.net/daima/0f7u.html - 2024-07-17 23:43:20 - 代码库