记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=1;i<=n;i++) cin>>a[i];
              ~^~~
/in/foo.cc:14:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=1;i<=m;i++){
              ~^~~
/in/foo.cc:16:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(t>p) for(p++;p<=t;p++) insert(a[p]); p--;
   ^~
/in/foo.cc:16:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(t>p) for(p++;p<=t;p++) insert(a[p]); p--;
                                           ^
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 4ms 256.0 KiB
#3 Accepted 4ms 368.0 KiB
#4 Wrong Answer 4ms 352.0 KiB
#5 Accepted 63ms 384.0 KiB
#6 Accepted 316ms 472.0 KiB
#7 Wrong Answer 570ms 604.0 KiB
#8 Wrong Answer 11ms 372.0 KiB
#9 Wrong Answer 490ms 612.0 KiB
#10 Wrong Answer 426ms 596.0 KiB

信息

递交者
类型
递交
题目
点名
题目数据
下载
语言
C++
递交时间
2017-11-05 20:48:51
评测时间
2017-11-05 20:48:51
评测机
分数
50
总耗时
1896ms
峰值内存
612.0 KiB