记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=ls;i++)
  ^~~
/in/foo.cc:18:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    cout<<F[ls][lt]<<endl;
    ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 4.59 MiB
#2 Accepted 1ms 228.0 KiB
#3 Accepted 1ms 2.344 MiB
#4 Accepted 1ms 2.477 MiB
#5 Accepted 1ms 2.59 MiB
#6 Accepted 1ms 2.598 MiB
#7 Accepted 1ms 2.594 MiB
#8 Accepted 1ms 4.348 MiB
#9 Accepted 1ms 4.469 MiB
#10 Accepted 1ms 2.602 MiB

信息

递交者
类型
递交
题目
最长公共子序列
题目数据
下载
语言
C++
递交时间
2019-07-05 15:26:18
评测时间
2019-07-05 15:26:18
评测机
分数
100
总耗时
16ms
峰值内存
4.59 MiB