Compile Error

foo.cc: In function 'int main()':
foo.cc:47:9: error: cannot convert 'int (*)[25]' to 'int (*)[15]'
   47 |  Output(a,n);
      |         ^
      |         |
      |         int (*)[25]
foo.cc:3:17: note:   initializing argument 1 of 'void Output(int (*)[15], int)'
    3 | void Output(int a[][15],int n)
      |             ~~~~^~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1924 蛇形方阵 左下
语言
C++
递交时间
2022-04-24 11:07:00
评测时间
2022-04-24 11:07:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes