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)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1094 二维数组-靠边元素、主对角线、副对角线元素之和
 - 语言
 - C++
 - 递交时间
 - 2022-07-17 08:54:00
 - 评测时间
 - 2022-07-17 08:54:00
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 3ms
 - 峰值内存
 - 384.0 KiB