0
点赞
收藏
分享

微信扫一扫

【leetcode_easy_array】1337. The K Weakest Rows in a Matrix

王传学 2022-07-13 阅读 42
编程语言

problem

​​1337. The K Weakest Rows in a Matrix​​

solution1: 使用set,注意set类型的用法;

code

 

solution2:

 

参考

1. ​​leetcode_1337. The K Weakest Rows in a Matrix​​;

举报

相关推荐

0 条评论