记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int i=1; i<=n; i++)
         ^~~
/in/foo.cc:34:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
             dp2[1][1]=two[1][1];
             ^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 12.312 MiB
#2 Accepted 8ms 12.5 MiB
#3 Accepted 85ms 19.109 MiB
#4 Accepted 59ms 19.0 MiB
#5 Accepted 9ms 13.031 MiB
#6 Accepted 12ms 13.25 MiB
#7 Accepted 6ms 12.453 MiB
#8 Accepted 8ms 15.75 MiB
#9 Accepted 104ms 19.156 MiB
#10 Accepted 177ms 19.723 MiB

信息

递交者
类型
递交
题目
方格取数
比赛
ACM模拟赛2
语言
C++
递交时间
2017-08-25 14:32:50
评测时间
2017-08-25 14:32:50
评测机
分数
100
总耗时
476ms
峰值内存
19.723 MiB