| Problem | xmas |
|---|---|
| User | Leeyee |
| Submission Time | 2026-02-27 16:20:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:13:21: error: cannot convert ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’ to ‘long long int’ in initialization
13 | long long b = find(v.begin(), v.end(), i);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~
| |
| __gnu_cxx::__normal_iterator<int*, std::vector<int> >