Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:28:8: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/in/foo.cc:30:12: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
dp[i][j]=min(dp[i][j],dp[i][j-1]+1);
^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2506 回文改造
- 语言
- C++
- 递交时间
- 2025-03-13 09:52:29
- 评测时间
- 2025-03-13 09:52:29
- 评测机
- 分数
- 100
- 总耗时
- 54ms
- 峰值内存
- 6.898 MiB