记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:6: warning: variable 'c' set but not used [-Wunused-but-set-variable]
  int c[4][2],d[4][2],e[5][5]={0},i,j;
      ^
/in/foo.cc:6:14: warning: variable 'd' set but not used [-Wunused-but-set-variable]
  int c[4][2],d[4][2],e[5][5]={0},i,j;
              ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
自测
题目
P1130 CoVH之再破难关
语言
C++
递交时间
2020-02-04 15:22:58
评测时间
2020-02-04 15:22:58
评测机
分数
0
总耗时
1ms
峰值内存
200.0 KiB