Problem compleecode
User AlphanumericUsername
Submission Time 2024-05-25 23:33:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

compleecode.cpp: In function ‘int solve5(std::vector<int>)’:
compleecode.cpp:30:11: error: ‘$v’ was not declared in this scope; did you mean ‘v’?
30 | #define y $v[0]
| ^~
compleecode.cpp:70:15: note: in expansion of macro ‘y’
70 | res = unique(y, x+y) - y;
| ^