码迷,mamicode.com
首页 >  
搜索关键字:triangle love    ( 2860个结果
ACM的探索之Keen On Evrything But Triangle(我觉得可以很接近啦!!)
接下来是题目喽: ...
分类:其他好文   时间:2019-07-24 16:32:38    阅读次数:115
L - Love Triangle
As you could know there are no male planes nor female planes. However, each plane on Earth likes some other plane. There are n planes on Earth, number ...
分类:其他好文   时间:2019-07-21 21:22:55    阅读次数:146
【CodeForces - 939A】Love Triangle
Love Triangle Descriptions: 正如你所知道的,没有男性飞机也没有女性飞机。然而,地球上的每一个平面都喜欢另一个平面。地球上有n个平面,编号从1到n,编号i的平面喜欢编号fi的平面,其中1≤fi≤n且fi≠i。 我们把平面A喜欢平面B,平面B喜欢平面C,平面C喜欢平面a的情况 ...
分类:其他好文   时间:2019-07-21 18:13:58    阅读次数:89
Luogu1502 窗口的星星 (线段树扫描线)
将每个点拓展为矩形,将$y$离散,延$x$轴扫描,每次更新最值 用了一百年的pushdown操作疑似有问题,WA了一发,y数组没开够又RE了一发。。。 话说POJ上的情书让我回忆起童年那个彪悍的女孩,一晃十年了 Fleeting time does not blur my memory of you ...
分类:其他好文   时间:2019-07-21 13:26:49    阅读次数:92
HDU-3033 I love sneakers! (分组背包)
题意:n种鞋子,m总金额,k品牌数 (1<=N<=100 1 <= M<= 10000 1<=K<=10) 然后对应n个鞋子给出对应的 编号a 金额b 价值c( 1<=a<=k, b and c, 0<=b,c<100000) 思路:事实上对于其他背包的限制,这里在于每种品牌只能取一个 那么我们可以 ...
分类:其他好文   时间:2019-07-19 20:47:57    阅读次数:98
在springboot整合thymeleaf模板引擎中@Controller和@RestController不同注解的跳转页面方法
注:本文纯属学习记录,以备后续查阅! 1.通过@RestController注解实现页面跳转: 对应H5静态页面 2.使用@Controller注解实现页面跳转 对应H5静态页面: 之所以会出现@Controller和@RestController两种注解实现跳转页面不同的方式主要的原因是: 通过@ ...
分类:编程语言   时间:2019-07-18 00:24:15    阅读次数:172
The Triangle
Description 73 88 1 02 7 4 44 5 2 6 5(Figure 1) Figure 1 shows a number triangle. Write a program that calculates the highest sum of numbers passed on ...
分类:其他好文   时间:2019-07-17 20:33:56    阅读次数:96
705A
#include int main() { int n; scanf("%d", &n); int i; for(i=1; i<=n; ++i) { if(i!=1) printf(" that "); if(i%2!=0) printf("I hate"); else printf("I love... ...
分类:其他好文   时间:2019-07-17 09:32:22    阅读次数:85
[Leetcode] 118. Pascal's Triangle
Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. In Pascal's triangle, each number is the sum of the two numbers ...
分类:其他好文   时间:2019-07-14 23:51:04    阅读次数:162
爱心动画练习
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta name="description" content="简介"> <meta name=" keywords" content="关键字"> <title>love</title> < ...
分类:其他好文   时间:2019-07-14 22:44:16    阅读次数:123
2860条   上一页 1 ... 35 36 37 38 39 ... 286 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!