Problem funnyballs
User vadar2525
Submission Time 2026-01-05 16:22:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

funnyballs.cpp: In function ‘int main()’:
funnyballs.cpp:28:13: error: ‘class std::deque<long long int>’ has no member named ‘index’
28 | int c = a.index(a[j]);
| ^~~~~
funnyballs.cpp:30:1: error: expected ‘}’ at end of input
30 | }
| ^
funnyballs.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^