mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-01-12 18:08:38 +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) {
|
|
|
|
}
|
|
}; |