| Problem | firelord |
|---|---|
| User | Kiameimon |
| Submission Time | 2024-03-10 00:47:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
firelord.cpp: In function ‘int main()’:
firelord.cpp:23:10: error: ‘vect’ was not declared in this scope
23 | cin >> vect[i][0] >> arr[i][1];
| ^~~~
firelord.cpp:32:14: error: ‘vect’ was not declared in this scope
32 | dp[1][1]=vect[1][1]+min(vect[0][0],arr[0][1]);
| ^~~~