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