/ Vijos /

记录详情

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);
            ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 656.0 KiB
#2 Accepted 3ms 1.152 MiB
#3 Accepted 4ms 1.906 MiB
#4 Accepted 9ms 2.91 MiB
#5 Accepted 33ms 6.898 MiB

信息

递交者
类型
递交
题目
P2506 回文改造
语言
C++
递交时间
2025-03-13 09:52:29
评测时间
2025-03-13 09:52:29
评测机
分数
100
总耗时
54ms
峰值内存
6.898 MiB