Problem rainbowrabbit
User newperson
Submission Time 2025-06-17 14:05:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rainbowrabbit.cpp: In function ‘int main()’:
rainbowrabbit.cpp:18:35: error: ‘big’ was not declared in this scope
18 | for (ll i=0;i<n;i++) if (v[i]>m) big++;
| ^~~
rainbowrabbit.cpp:19:16: error: ‘big’ was not declared in this scope
19 | cout << m*n + big;
| ^~~