Problem | transform |
---|---|
User | boaznumberd5555 |
Submission Time | 2025-08-09 20:14:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
transform.cpp: In function ‘int main()’:
transform.cpp:54:13: error: ‘shortest’ was not declared in this scope; did you mean ‘short’?
54 | shortest = min(dp[n1][i]+dp[n2][i],shortest);
| ^~~~~~~~
| short
transform.cpp:56:18: error: ‘shortest’ was not declared in this scope; did you mean ‘short’?
56 | output+= shortest;
| ^~~~~~~~
| short