记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++) cout<<s[i]<<" ";cout<<endl;
  ^~~
/in/foo.cc:16:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=1;i<=n;i++) cout<<s[i]<<" ";cout<<endl;
                                        ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 316.0 KiB
#2 Wrong Answer 1ms 208.0 KiB
#3 Wrong Answer 1ms 188.0 KiB
#4 Runtime Error 1ms 188.0 KiB
#5 Runtime Error 1ms 204.0 KiB

信息

递交者
类型
递交
题目
4# 课题选择
题目数据
下载
语言
C++
递交时间
2018-11-03 21:27:19
评测时间
2018-11-03 21:27:19
评测机
分数
0
总耗时
8ms
峰值内存
316.0 KiB