上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 54 下一页
摘要: E.圆与三角形 E.圆与三角形 链接:https://www.nowcoder.com/acm/contest/85/E来源:牛客网 这个题把公式推一下, 发现就是1+sinA*r,sinA最大为1,所以最大值就是1+r。 代码: 1 #include<iostream> 2 #include<cs 阅读全文
posted @ 2018-03-18 22:28 ZERO- 阅读(174) 评论(0) 推荐(0) 编辑
摘要: D.多项式乘法 D.多项式乘法 链接:https://www.nowcoder.com/acm/contest/85/D来源:牛客网 这个题想一下就能想出来了。 代码: 阅读全文
posted @ 2018-03-18 22:27 ZERO- 阅读(148) 评论(0) 推荐(0) 编辑
摘要: C.分元宵 链接:https://www.nowcoder.com/acm/contest/85/C来源:牛客网 C.分元宵 链接:https://www.nowcoder.com/acm/contest/85/C来源:牛客网 这个题就是快速幂,注意特判,一开始忘了特判,wa了一发。 代码: 阅读全文
posted @ 2018-03-18 22:26 ZERO- 阅读(125) 评论(0) 推荐(0) 编辑
摘要: B.简单题2 链接:https://www.nowcoder.com/acm/contest/85/B来源:牛客网 B.简单题2 链接:https://www.nowcoder.com/acm/contest/85/B来源:牛客网 链接:https://www.nowcoder.com/acm/co 阅读全文
posted @ 2018-03-18 22:25 ZERO- 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 水一水博客,都不好意思写这篇博客,毕竟已经不是大一的了。 难得能把一整套题都写出来(日常智障)。但是在这里不写G题あなたの蛙は旅⽴っています的题解。 有毒,G题关了流同步只能过94%的样例,说我运行超时,开着就过了。无语,不想写。 A.简单题 链接:https://www.nowcoder.com/ 阅读全文
posted @ 2018-03-18 22:24 ZERO- 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/73/B来源:牛客网 B.白兔的式子 B.白兔的式子 时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 262144K,其他语言524288K64bit IO Format: %lld 题目描述 已知f[1] 阅读全文
posted @ 2018-03-17 16:23 ZERO- 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 水一水博客。 链接:https://www.nowcoder.com/acm/contest/73/A来源:牛客网 A.白兔的分身术 A.白兔的分身术 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 阅读全文
posted @ 2018-03-17 16:21 ZERO- 阅读(763) 评论(0) 推荐(0) 编辑
摘要: C. A Twisty Movement time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A dragon symbolizes 阅读全文
posted @ 2018-03-16 18:49 ZERO- 阅读(509) 评论(0) 推荐(0) 编辑
摘要: B. A Prosperous Lot time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. A Prosperous Lot t 阅读全文
posted @ 2018-03-16 18:48 ZERO- 阅读(198) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/934 A. A Compatible Pair time limit per test 1 second memory limit per test 256 megabytes input standard input output st 阅读全文
posted @ 2018-03-16 18:47 ZERO- 阅读(375) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 54 下一页