首页
DreamJudge
院校信息
考研初试
考研复试
保研专区
讨论区
兑换中心
登录
注册
上岸
以下题解仅供学习参考使用。
抄袭、复制题解,以达到刷AC率/AC数量或其他目的的行为,在N诺是严格禁止的。
N诺非常重视学术诚信。此类行为将会导致您成为作弊者。具体细则请查看N诺社区规则。
ymw1836828452
2020年4月30日 11:29
超时了,不过没错误
P1218
回复 2
|
赞 0
|
浏览 10.1k
#include <iostream> using namespace std; int main() { double a,b,c,d,e,f; while(1) { cin>>a; if(a==0)break; cin>>b>>c>>d>...
曾不会
2026年2月6日 16:49
召唤师的荣耀 题解:题目真长
P1218
回复 0
|
赞 0
|
浏览 99
while(1): try: num=list(map(float,input().split())) hp1=num[0]#血条 hhp1=hp1 ar1=num[1]#护甲 ad1=num[2]#攻击力 hp2=num[3]#血条 ar2=num[4]#护甲 ad2=num[5]#攻击力 if ad2 <= ar1: k1=1 else: ...
题目
召唤师的荣耀
题解数量
2
发布题解
在线答疑
热门题解
1
超时了,不过没错误
2
召唤师的荣耀 题解:题目真长