首页 > TAG信息列表 > Swords
three swords 6
打完疫苗 感觉不痒不痛 System.out.println("90 度的正弦值:" + Math.sin(Math.PI/2)); System.out.println("0度的余弦值:" + Math.cos(0)); System.out.println("60度的正切值:" + Math.tan(Math.PI/3)); System.out.println(&three swords
java基础 是每个java程序员的必经之路 虽然之前整理得相关编程课程 如spring相关 jdk特性相关 微服务相关的demo也好 实战代码也罢 让人分身乏术 其实 热爱编程的Frank 依旧习惯跟着自己的性子 去用编程来实现他想要的程序结果 今天很多人包括技术群的小伙伴 都在提基础 说要夯实Educational Codeforces Round 89 (Rated for Div. 2) A-Shovels and Swords(思维贪心)
地址:http://codeforces.com/contest/1366/problem/A 题意:给出a,b的数目 a b 1a+2b->得一个奖励 2a+1b->得一个奖励 求最大奖励数 解析: 规定:a<=b 肯定对大的来讲,尽量让它先-2。 那么如果得a个奖励,那么消耗2*a个b,如果b>=2*a,这个时候,直接输出a 否则:b<2*a:这个时候,不仅仅是a要消耗1,b也Educational Codeforces Round 89 (Rated for Div. 2) A. Shovels and Swords (贪心)
题意:你有\(a\)个树枝和\(b\)个钻石,\(2\)个树枝和\(1\)个钻石能造一个铁铲,\(1\)个树枝和\(2\)个钻石能造一把剑,问最多能造多少铲子和剑. 题解:如果\(a\le b\),若\(b\ge 2a\),那么一直取\(b\)即可,否则就要两两轮流减,即\((a+b)/3\),取个min即可. 代码: #include <iostre题解 CF1216D 【Swords】
大水题,感觉比C题水多了。。。 题目大意:给你$n$个数,求这$n$个数的$gcd$(最大公约数) 没有什么好说的了,注意特判$gcd$为$0$的情况,还有,提示一下:要开$long$ $long$! 代码如下: #include<cstdio>#define ll long longinline ll read(){ ll r=0,f=1; char c=getchar(); while(c<'0'||c>'9')Codeforces Round #587 (Div. 3) D - Swords
原文链接:https://www.cnblogs.com/xwl3109377858/p/11564317.html Codeforces Round #587 (Div. 3) D - Swords There were n types of swords in the theater basement which had been used during the plays. Moreover there were exactly x swords of each type. y peop