Problem | flamethrower_ex |
---|---|
User | RendezvousAnonymous |
Submission Time | 2023-11-07 15:29:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:27:32: error: ‘N’ was not declared in this scope
27 | int result = maxDamageCost(N, K, treeCosts);
| ^
flamethrower_ex.cpp:27:35: error: ‘K’ was not declared in this scope
27 | int result = maxDamageCost(N, K, treeCosts);
| ^
flamethrower_ex.cpp:27:38: error: ‘treeCosts’ was not declared in this scope
27 | int result = maxDamageCost(N, K, treeCosts);
| ^~~~~~~~~