记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=n;i++)
  ^~~
/in/foo.cc:29:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   printf("%d\n",f[n][m]);
   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 500.0 KiB
#2 Accepted 4ms 256.0 KiB
#3 Accepted 169ms 15.621 MiB
#4 Accepted 209ms 21.234 MiB
#5 Accepted 73ms 7.25 MiB
#6 Accepted 111ms 12.984 MiB
#7 Accepted 60ms 6.875 MiB
#8 Accepted 31ms 7.008 MiB
#9 Accepted 159ms 17.117 MiB
#10 Accepted 3ms 340.0 KiB

信息

递交者
类型
递交
题目
成为王的痛苦 (pain.*)
题目数据
下载
语言
C++
递交时间
2018-08-22 17:08:03
评测时间
2018-08-22 17:08:03
评测机
分数
100
总耗时
826ms
峰值内存
21.234 MiB