Problem ladybugs
User tux
Submission Time 2023-04-19 17:36:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ladybugs.cpp: In function ‘int main()’:
ladybugs.cpp:11:16: error: ‘n’ was not declared in this scope
11 | for(int i=1;i<n;i++){assert(A[i]==A[i-1]);}
| ^