【题意简述】:就是有一段路上有和长度加一的值相等的数目,现在要在这条路上修路,所以要砍掉一些树,问剩下了多少树。【分析】:很简单,注意一的处理就好
https://www.u72.net/daima/6b88.html - 2024-07-24 03:49:24 - 代码库【题目简述】:题意很简单,没有trick.【分析】:其实这题还是挺有趣的,在 算法竞赛入门经典中也有这一题。详见代码:// 120K 0Ms/* 边学边做 …… */// 字
https://www.u72.net/daima/5vrd.html - 2024-07-23 08:01:25 - 代码库【题意简述】:给出我们钉子个数与半径,让我们求出缠绕在钉子上的绳子有多长。【分析】:从题目中我们可以看出,绳子长度的和等于每两个钉子的距离的和加上接
https://www.u72.net/daima/5vr3.html - 2024-07-23 08:02:37 - 代码库题目链接:点击打开链接键盘移位了,问输出对应的字母#include <cstdio>#include <cstring>char a[105];char b[3][11] = {"qwertyuiop","asdfghjkl;","
https://www.u72.net/daima/79b3.html - 2024-07-25 21:04:52 - 代码库1.题目描述 487-3279Time Limit: 2000MS
https://www.u72.net/daima/5b48.html - 2024-07-23 02:44:57 - 代码库The translation from the Berland language into the Birland language is not an easy task. Those languages are very similar: a berlandish word
https://www.u72.net/daima/7ba7.html - 2024-09-09 17:31:27 - 代码库P1336飞翔背景鹰最骄傲的就是翱翔,但是鹰们互相都很嫉妒别的鹰比自己飞的快,更嫉妒其他的鹰比自己飞行的有技巧。于是,他们决定举办一场比赛,比赛的地方将
https://www.u72.net/daima/7sfx.html - 2024-07-25 07:59:52 - 代码库完美的对称题目描述在峰会期间,必须使用许多保镖保卫北约组织的各国代表。代表们除了由他自己的随身保镖保护外,组委会还指派了一些其他的特工和阻击手保
https://www.u72.net/daima/7fvh.html - 2024-07-25 05:29:30 - 代码库Color Me LessTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 30564 Accepted: 14881DescriptionA color reduction is a mapping from a
https://www.u72.net/daima/696c.html - 2024-07-24 20:47:31 - 代码库【题意简述】:给出我们钉子个数与半径,让我们求出缠绕在钉子上的绳子有多长。【分析】:从题目中我们能够看出,绳子长度的和等于每两个钉子的距离的和加上接
https://www.u72.net/daima/69bn.html - 2024-07-24 20:10:20 - 代码库GPATime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1471 Accepted Submission(s):
https://www.u72.net/daima/9dzz.html - 2024-07-27 05:38:31 - 代码库曾经年少太肥胖一心只想快减肥, 走遍小巷和大街发现只有我最肥。 蓦然回首看腰围身材不如叶小楣, 才明白吃吃喝喝最后是自己倒楣。 如果你不
https://www.u72.net/daima/98em.html - 2024-07-27 23:06:00 - 代码库Longest Substring Without Repeating Characters 找无相同字符的最长子串,o(n)暴力判断即可class Solution {public: int a[300]; int leng
https://www.u72.net/daima/82d3.html - 2024-09-12 03:42:21 - 代码库密码Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 54994 Accepted Submission(s
https://www.u72.net/daima/er1f.html - 2024-09-15 02:38:05 - 代码库最小公倍数Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submi
https://www.u72.net/daima/bem3.html - 2024-07-09 13:32:00 - 代码库As Easy As A+BTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submis
https://www.u72.net/daima/bmaz.html - 2024-07-09 13:32:54 - 代码库#include<bits/stdc++.h>using namespace std;#define ll long long#define pi (4*atan(1.0))#define eps 1e-14const int N=1e6+100,M=4e6+10,inf=1e9
https://www.u72.net/daima/b9a8.html - 2024-08-16 10:02:14 - 代码库前几天做了NOIP2011的题,感觉不是那么难。 这边先做了两天的前两题,T3还没打。D1T1:顺次读入,分别判断是否覆盖即可,照例大水:#include<cstdio>i
https://www.u72.net/daima/nnds2.html - 2024-09-20 00:59:45 - 代码库Dinner时间限制:100 ms | 内存限制:65535 KB难度:1描述Little A is one member of ACM team. He had just won the gold in World Final. To celebrate,
https://www.u72.net/daima/nkwwa.html - 2024-08-04 02:19:29 - 代码库1.进制转换: 1 #include<iostream> 2 #include<string> 3 using namespace std; 4 int n,k; 5 string s; 6 int main() 7 { 8 cin>>n>>k; 9 whi
https://www.u72.net/daima/nkc79.html - 2024-09-26 07:22:40 - 代码库