记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:75:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)
     ^~~
/in/foo.cc:77:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  memset(shu,0x3f,sizeof(shu)); 
  ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 4.977 MiB
#2 Accepted 4ms 4.723 MiB
#3 Accepted 107ms 6.918 MiB
#4 Runtime Error 209ms 10.152 MiB
#5 Accepted 4ms 4.426 MiB
#6 Accepted 4ms 4.441 MiB
#7 Accepted 3ms 4.445 MiB
#8 Accepted 4ms 4.488 MiB
#9 Accepted 6ms 4.578 MiB
#10 Accepted 86ms 6.844 MiB

信息

递交者
类型
递交
题目
黑暗城堡
题目数据
下载
语言
C++
递交时间
2019-04-18 21:21:11
评测时间
2019-04-18 21:21:11
评测机
分数
90
总耗时
435ms
峰值内存
10.152 MiB