Problem | eatingparallelograms |
---|---|
User | avinash |
Submission Time | 2025-06-20 14:38:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:8:19: error: ‘N’ was not declared in this scope
8 | vector<int> P(N);
| ^
eatingparallelograms.cpp:26:32: error: ‘j’ was not declared in this scope
26 | currPower += P[j];
| ^