Problem | eatingparallelograms |
---|---|
User | avinash |
Submission Time | 2025-06-20 14:37:54 |
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:25:19: error: ‘j’ was not declared in this scope
25 | if (S[j] < S[i]) {
| ^