/ OPS /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:42: warning: unused variable 'c' [-Wunused-variable]
  int n,s,f,b,d,total,t,x1,x2,du,max,time,c,i;
                                          ^
/in/foo.cc:35:13: warning: 'total' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<total;
             ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 192.0 KiB

信息

递交者
类型
递交
题目
P1711 塔防游戏
语言
C++
递交时间
2022-10-24 19:27:52
评测时间
2022-10-24 19:27:52
评测机
分数
0
总耗时
1ms
峰值内存
192.0 KiB