题解 2337: 信息学奥赛一本通T1424-喷水装置

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

人工智能deepseek最厉害

摘要:解题思路:注意事项:参考代码:import mathimport heapqimport sysdef min_sprinklers(n, L, W, sprinklers):  ……

python硬解喷水装置

摘要:解题思路:用Python不好写,一直时间超限注意事项:参考代码:def find(lis,n,L,W): ls=sorted(lis,key=lambda x:x[0])&n……