Problem goodseq
User Elwinthenerd
Submission Time 2024-11-12 09:13:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodseq.cpp: In function ‘int main()’:
goodseq.cpp:16:36: error: ‘freq’ was not declared in this scope; did you mean ‘free’?
16 | for (const pair<int, int>& p : freq) {
| ^~~~
| free