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