Compile Error

foo.cc:3:14: error: variable or field 'playing' declared void
    3 | void playing(p1,p2)
      |              ^~
foo.cc:3:14: error: 'p1' was not declared in this scope
foo.cc:3:17: error: 'p2' was not declared in this scope
    3 | void playing(p1,p2)
      |                 ^~
foo.cc: In function 'int main()':
foo.cc:18:3: error: 'playing' was not declared in this scope
   18 |   playing(b,c);
      |   ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1077 猜拳游戏(1)
语言
C++
递交时间
2022-07-14 07:42:15
评测时间
2022-07-14 07:42:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes