go.cpp: In function 'void _()':
go.cpp:22:9: error: reference to 'numbers' is ambiguous
22 | numbers.push_back({m, p});
| ^~~~~~~
In file included from /usr/include/c++/13/bits/max_size_type.h:37,
from /usr/include/c++/13/bits/ranges_base.h:39,
from /usr/include/c++/13/bits/ranges_algobase.h:38,
from /usr/include/c++/13/bits/ranges_algo.h:38,
from /usr/include/c++/13/algorithm:63,
from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:51,
from go.cpp:1:
/usr/include/c++/13/numbers:48:11: note: candidates are: 'namespace std::numbers { }'
48 | namespace numbers
| ^~~~~~~
go.cpp:13:25: note: 'std::vector<std::pair<long long int, long long int> > numbers'
13 | vector<pair<intt,intt>> numbers;
| ^~~~~~~
go.cpp:27:27: error: reference to 'numbers' is ambiguous
27 | intt cnt = 0, m = numbers[i].fi, p = numbers[i].se;
| ^~~~~~~
/usr/include/c++/13/numbers:48:11: note: candidates are: 'namespace std::numbers { }'
48 | namespace numbers
| ^~~~~~~
go.cpp:13:25: note: 'std::vector<std::pair<long long int, long long int> > numbers'
13 | vector<pair<intt,intt>> numbers;
| ^~~~~~~
go.cpp:28:15: error: 'p' was not declared in this scope
28 | while(p - m >= 0) {
| ^