Problem hamster1
User aidanvoidout
Submission Time 2025-01-29 20:18:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hamster1.cpp: In function ‘int main()’:
hamster1.cpp:12:26: error: ‘INF’ was not declared in this scope
12 | vector<int>dp(n + 1, INF);
| ^~~