| Problem | palindromicfever |
|---|---|
| User | shoryu386 |
| Submission Time | 2023-01-26 21:36:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
palindromicfever.cpp: In function ‘int main()’:
palindromicfever.cpp:54:19: error: ‘secondLastDigit’ was not declared in this scope; did you mean ‘secondlastDigit’?
54 | lastTwoDigitMax[secondLastDigit] = max(lastTwoDigitMax[lastDigit], dp[x]);
| ^~~~~~~~~~~~~~~
| secondlastDigit