记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:6: warning: unused variable 'i' [-Wunused-variable]
  int i = 0;
      ^
/in/foo.cc:13:6: warning: unused variable 'len' [-Wunused-variable]
  int len = STR.length();
      ^~~
/in/foo.cc:14:6: warning: unused variable 'x' [-Wunused-variable]
  int x = 0, y = 0;
      ^
/in/foo.cc:14:13: warning: unused variable 'y' [-Wunused-variable]
  int x = 0, y = 0;
             ^
# 状态 耗时 内存占用
#1 Accepted sh: 1: pause: not found 2ms 412.0 KiB

信息

递交者
类型
自测
题目
xxyw1-5螺旋矩阵
语言
C++
递交时间
2019-03-17 11:52:09
评测时间
2019-03-17 11:52:23
评测机
分数
10
总耗时
2ms
峰值内存
412.0 KiB