/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=m;i++)
  ^~~
/in/foo.cc:37:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for (int j=1;j<=n;j++)
   ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 332.0 KiB

信息

递交者
类型
自测
题目
P1464 积木游戏
语言
C++
递交时间
2017-10-27 20:26:07
评测时间
2017-10-27 20:26:09
评测机
分数
10
总耗时
3ms
峰值内存
332.0 KiB