Problem hamster1
User nivay210
Submission Time 2023-11-15 14:36:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hamster1.cpp: In function ‘int main()’:
hamster1.cpp:13:45: error: expected ‘;’ before ‘)’ token
13 | if (dp[j]) + abs(arr[i] - arr[j]) < temp){
| ^
| ;