Problem transform
User zyntherix
Submission Time 2025-10-12 18:28:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

transform.cpp: In function ‘void solve()’:
transform.cpp:50:42: error: ‘t’ was not declared in this scope
50 | if(dp[st[s] - 'a'][i] != INF && dp[st[t] - 'a'][i]){
| ^