Problem | bobek |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-06 01:45:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bobek.cpp: In function ‘int main()’:
bobek.cpp:42:62: error: request for member ‘begin’ in ‘vect’, which is of non-class type ‘long long unsigned int [n]’
42 | counts+=upper_bound(two.begin(), two.end(), k-one[i])-vect.begin();
| ^~~~~