Problem | duckhunt7 |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2025-03-12 08:36:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt7.cpp: In function ‘int main()’:
duckhunt7.cpp:8:10: error: ‘N’ was not declared in this scope
8 | int dp[N];
| ^
duckhunt7.cpp:18:3: error: ‘dp’ was not declared in this scope
18 | dp[0] = abs(ducks[0].first);
| ^~