Compile Error

foo.cc: In function 'int main()':
foo.cc:36:48: error: expected ';' before ')' token
   36 |                         case 'A':case 'B':CwAcw);break;
      |                                                ^
      |                                                ;
foo.cc:36:43: warning: statement is a reference, not call, to function 'CwAcw' [-Waddress]
   36 |                         case 'A':case 'B':CwAcw);break;
      |                                           ^~~~~
foo.cc:36:43: warning: statement has no effect [-Wunused-value]
foo.cc:37:37: error: expected ';' before ')' token
   37 |                         default:LvPd);break;
      |                                     ^
      |                                     ;
foo.cc:37:33: warning: statement is a reference, not call, to function 'LvPd' [-Waddress]
   37 |                         default:LvPd);break;
      |                                 ^~~~
foo.cc:37:33: warning: statement has no effect [-Wunused-value]
[Hydro](https://hydro.ac)提供评测服务

信息

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