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

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

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

  • 1:hdu 1800 Flying to the Mars( ,贪心)

                        其实就是求最大的相同的数的多少。。我是把它当字符串输入。。解决前导0的问题。。#include<stdio.h>#include<iostream>#include<string.h>#includ

    https://www.u72.net/daima/v0bs.html - 2024-07-15 07:05:30 - 代码库
  • 2:hud 2570 迷障( 贪心)

                        对给的药水浓度进行排序,对于小于解毒药水浓度的可以直接加上它的体积,对每次混合后的药水浓度进行记录,大于解毒药水浓度就输出,注意你求得是百分比还是百

    https://www.u72.net/daima/v147.html - 2024-07-15 08:28:30 - 代码库
  • 3:CF413B

                        题意:有n个人,m个通讯设备,通讯k次。给出人可以通讯的矩阵。当一个人在某台设备通讯时,其他人可以接收,问k次通讯结束后每个人接收了多少次。思路:开始没看清

    https://www.u72.net/daima/shxf.html - 2024-07-12 19:44:25 - 代码库
  • 4:迷宫问题 BFS入门

                        1102:迷宫问题 时间限制:1 秒内存限制:32 兆特殊判题:否 提交:84解决: 41 题目描述小明置身于一个迷宫,请你帮小明找出从起点到终点的最短路程。小明只能向

    https://www.u72.net/daima/umux.html - 2024-07-14 16:45:56 - 代码库
  • 5:ZOJ 3609 Modular Inverse (题)

                        Modular InverseTime Limit: 2 Seconds      Memory Limit: 65536 KBThe modular modular multiplicative inverse of an integer a modulo m is an in

    https://www.u72.net/daima/1ava.html - 2024-07-18 16:52:34 - 代码库
  • 6:hdu4950 Monster (题)

                        4950 MonsterMonsterTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 52    Accepted Subm

    https://www.u72.net/daima/xerh.html - 2024-07-17 15:21:27 - 代码库
  • 7:HDU 1050-Moving Tables(

                        Moving TablesTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 19364    Accepted Subm

    https://www.u72.net/daima/0x73.html - 2024-07-18 05:50:07 - 代码库
  • 8:51nod1118(题)

                        题目链接: https://www.51nod.com/onlineJudge/questionCode.html#!problemId=1118 题意: 中文题诶~ 思路: 因为机器人只能往下或者右走, 那么方格

    https://www.u72.net/daima/0urh.html - 2024-08-28 22:37:03 - 代码库
  • 9:HDU 2035 不忍直视的

                        #include <iostream>#include <cstdio>#include <algorithm>using namespace std;int main(){        int a,b;        while(scanf("%d%d",&a,&b)!=EOF){                if(!a&&!b

    https://www.u72.net/daima/2ucf.html - 2024-07-20 04:09:37 - 代码库
  • 10:HDU 1800 Flying to the Mars (题)

                        Flying to the MarsTime Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11099    Accepted

    https://www.u72.net/daima/06kb.html - 2024-07-18 11:20:05 - 代码库
  • 11:POJ1580 题,积累!

                        【题意简述】:题意很简单,就是将这两个字符串比较,移动着比较,求出最多的相同的元素个数,然后用题目中所给的公式,写出结果。【分析】:本题要注意的就是for循

    https://www.u72.net/daima/1e77.html - 2024-07-19 16:47:47 - 代码库
  • 12:】noip模拟赛 锻炼计划

                        1. 锻炼计划(exercise.pas)题目身体是革命的本钱,OIers不要因为紧张的学习和整天在电脑前而忽视了健康问题。小x设计了自己的锻炼计划,但他不知道这个计

    https://www.u72.net/daima/769f.html - 2024-07-25 18:57:13 - 代码库
  • 13:HDU 4081-Parsing URL()

                        Parsing URLTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others)Total Submission(s): 1575    Accepted Submiss

    https://www.u72.net/daima/73x3.html - 2024-07-25 15:54:48 - 代码库
  • 14:AUFS和GlusterFS试 1.0

                        AUFS (AnotherUnionFS) 是一种 Union FS, 简单来说就是支持将不同目录挂载到同一个虚拟文件系统下(unite several directories into a single virtual

    https://www.u72.net/daima/4crk.html - 2024-09-04 13:23:02 - 代码库
  • 15:HDU-4438 Hunters 期望

                        最近在复习概率DP求期望,顺便做一下。分成第二个人选择老虎或者狼的情况。然后s1+=q*(p)*(p)*(x+y)+q*p*(1-p)*x+q*(1-p)*p*y;//老虎

    https://www.u72.net/daima/70zx.html - 2024-07-25 12:39:00 - 代码库
  • 16:hdu 5007 字符串

                        http://acm.hdu.edu.cn/showproblem.php?pid=5007纯属联系String的substr当substr截取的长度小于写的话string te;    int n;    te="Hellow";    c

    https://www.u72.net/daima/7150.html - 2024-07-25 14:13:25 - 代码库
  • 17:POJ 2840 Big Clock(题)

                        【题意简述】:输入现在的时间,输出此时钟敲了多少次。【分析】:看好题目,给出映射关系就好。//220K 0Ms#include<iostream>using namespace std;int ma

    https://www.u72.net/daima/6c0x.html - 2024-07-24 05:21:20 - 代码库
  • 18:POJ 1118与2606 (题)

                        【题意简述】:两道题都是求有多少点在一条直线上。【分析】:暴力然后使用斜率相等进行求解,但要注意的是在求斜率时,避免使用除法,一律换位乘法运算,否则会RE

    https://www.u72.net/daima/6b9a.html - 2024-07-24 03:49:40 - 代码库
  • 19:CF467 AB

                        Codeforces Round #267 (Div. 2)(C和D的题解单独写:CF467C George and Job (DP) CF467D Fedor and Essay 建图DFS) CF#267ACF#267BAGeorge and Accommodatio

    https://www.u72.net/daima/5vae.html - 2024-07-23 07:41:11 - 代码库
  • 20:POJ 2656 Unhappy Jinjin(题)

                        【题意简述】:找到两数之和最大的那一天。【分析】:这个。。。。代码就贴在题目下啊。#include <stdio.h>int main(){        while(1) {                int i, n;               

    https://www.u72.net/daima/6kcn.html - 2024-07-24 01:32:01 - 代码库