āļāļāļēāļāļ§āļīāļāļĩāđāļ: 1280 X 720853 X 480640 X 360
āđāļŠāļāļāđāļāļāļāļ§āļāļāļļāļĄāđāļāļĢāđāļāļĢāļĄāđāļĨāđāļ
āđāļĨāđāļāļāļąāļāđāļāļĄāļąāļāļī
āđāļĨāđāļāđāļŦāļĄāđ
class Solution { public: int sameOccurrence(vector& arr, int x, int y) { // code here int cx = 0 ,cy = 0; int res = 0 ; map map; map[0] =1; for(int i = 0 ; i
class Solution {
public:
int sameOccurrence(vector& arr, int x, int y) {
// code here
int cx = 0 ,cy = 0;
int res = 0 ;
map map;
map[0] =1;
for(int i = 0 ; i