摘要: A题 思路: 通过分析便可得知,只要找出两行各自的最大值比较就可,若最大值不相同,便不可行。 解题代码: 1 #include <cstdio> 2 #include <iostream> 3 #include <algorithm> 4 #include <cmath> 5 #include <s 阅读全文
posted @ 2020-03-15 21:07 emhhbw== 阅读(173) 评论(1) 推荐(1)