Problem xmas
User Leeyee
Submission Time 2026-02-27 16:13:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:8:18: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘std::vector<int> [n]’
8 | int a = find(v.begin(), v.end(), i)
| ^~~~~
xmas.cpp:8:29: error: request for member ‘end’ in ‘v’, which is of non-class type ‘std::vector<int> [n]’
8 | int a = find(v.begin(), v.end(), i)
| ^~~