Problem | rainbowrabbit |
---|---|
User | newperson |
Submission Time | 2025-06-17 14:08:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^~~