/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void print()':
/in/foo.cc:19:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int j=1;j<=7;j++)cout<<map[i][j]<<" ";cout<<endl;
  ^~~
/in/foo.cc:19:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int j=1;j<=7;j++)cout<<map[i][j]<<" ";cout<<endl;
                                            ^~~~
/in/foo.cc:18:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=5;i++,cout<<endl)
  ^~~
/in/foo.cc:19:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int j=1;j<=7;j++)cout<<map[i][j]<<" ";cout<<endl;
                                            ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 2.207 MiB
#2 Wrong Answer 1ms 2.223 MiB
#3 Wrong Answer 1ms 220.0 KiB
#4 Wrong Answer 1ms 2.227 MiB
#5 Wrong Answer 6ms 6.305 MiB
#6 Wrong Answer 9ms 10.301 MiB
#7 Runtime Error 44ms 40.051 MiB
#8 Runtime Error 41ms 39.75 MiB
#9 Runtime Error 44ms 38.555 MiB
#10 Runtime Error 51ms 39.426 MiB

信息

递交者
类型
递交
题目
P1738 Mayan游戏
语言
C++
递交时间
2019-07-22 19:08:22
评测时间
2019-07-22 19:08:22
评测机
分数
0
总耗时
204ms
峰值内存
40.051 MiB