mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-02-27 11:58:39 +08:00
8 lines
123 B
C++
8 lines
123 B
C++
#include <vector>
|
|
|
|
class Solution {
|
|
public:
|
|
int countNegatives(std::vector<std::vector<int>>& grid) {
|
|
|
|
}
|
|
}; |