Untitled
unknown
plain_text
3 months ago
128 B
13
Indexable
class Solution {
public:
bool uniformArray(vector<int>& nums1) {
// always true :)
return true;
}
};Editor is loading...
Leave a Comment
class Solution {
public:
bool uniformArray(vector<int>& nums1) {
// always true :)
return true;
}
};