Compile Error

foo.cc:3:33: error: unable to find numeric literal operator 'operator""a5'
    3 | int n,m,k,a[1605][1205],b[1605][120a5];
      |                                 ^~~~~
foo.cc:3:33: note: use '-fext-numeric-literals' to enable more built-in suffixes
foo.cc: In function 'void shun()':
foo.cc:9:25: error: 'b' was not declared in this scope
    9 |                         b[j][n+1-i]=a[i][j];
      |                         ^
foo.cc:11:18: error: 'b' was not declared in this scope
   11 |         memcpy(a,b,sizeof b);
      |                  ^
foo.cc: In function 'void chui_zhi()':
foo.cc:17:25: error: 'b' was not declared in this scope
   17 |                         b[n+1-i][j]=a[i][j];
      |                         ^
foo.cc:18:18: error: 'b' was not declared in this scope
   18 |         memcpy(a,b,sizeof b);
      |                  ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1934 图像变换
语言
C++
递交时间
2023-07-19 20:33:08
评测时间
2023-07-19 20:33:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes