| Problem | train |
|---|---|
| User | ashgreninja1006 |
| Submission Time | 2026-02-20 18:52:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
train.cpp: In function ‘int main()’:
train.cpp:30:32: error: ‘pow’ was not declared in this scope
30 | dp[i] = min(dp[i], dp[j] + pow((i - j),2));
| ^~~