Accepted
foo.cc: In function 'int main()':
foo.cc:15:19: warning: left operand of comma operator has no effect [-Wunused-value]
   15 |  for(int i=1,j=1;i<=4,j<=4;i++,j++)
      |                  ~^~~
foo.cc:19:19: warning: left operand of comma operator has no effect [-Wunused-value]
   19 |  for(int i=1,j=4;i<=4,j>=1;i++,j--)
      |                  ~^~~
  正在同步测试数据,请稍后 [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1073 二维数组-靠边元素、主对角线、副对角线元素之和
 - 语言
 - C++
 - 递交时间
 - 2022-07-17 09:02:58
 - 评测时间
 - 2022-07-17 09:02:58
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 4ms
 - 峰值内存
 - 384.0 KiB