Problem iqtest
User YEethui
Submission Time 2023-11-30 14:28:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

iqtest.cpp: In function ‘int main()’:
iqtest.cpp:16:20: error: ‘reccurence’ was not declared in this scope; did you mean ‘recurrence’?
16 | while(recurrence[reccurence.size() - 1] != 1)
| ^~~~~~~~~~
| recurrence
iqtest.cpp:18:8: error: ‘reccurence’ was not declared in this scope; did you mean ‘recurrence’?
18 | p %= reccurence.size();
| ^~~~~~~~~~
| recurrence