记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:33: warning: operation on 'count' may be undefined [-Wsequence-point]
   Insert(a,2*count+1,count,count++);
                            ~~~~~^~
/in/foo.cc:20:33: warning: operation on 'count' may be undefined [-Wsequence-point]
/in/foo.cc:21:33: warning: operation on 'count' may be undefined [-Wsequence-point]
   Insert(a,2*count+1,count,count++);
                            ~~~~~^~
/in/foo.cc:21:33: warning: operation on 'count' may be undefined [-Wsequence-point]
/in/foo.cc:15:6: warning: unused variable 'i' [-Wunused-variable]
  int i;
      ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 336.0 KiB
#2 Wrong Answer 2ms 344.0 KiB

信息

递交者
类型
递交
题目
P1189 青牛将隐
比赛
2020年互联网创新创业科技节程序设计大赛
语言
C++
递交时间
2020-12-09 16:58:36
评测时间
2020-12-09 16:58:36
评测机
分数
0
总耗时
4ms
峰值内存
344.0 KiB