Problem | park |
---|---|
User | Memeathon |
Submission Time | 2025-03-15 21:25:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
park.cpp:10:10: error: ‘s’ was not declared in this scope
10 | int join(s, w) {
| ^
park.cpp:10:13: error: ‘w’ was not declared in this scope
10 | int join(s, w) {
| ^
park.cpp:10:14: error: expression list treated as compound expression in initializer [-fpermissive]
10 | int join(s, w) {
| ^
park.cpp:15:11: error: ‘i’ was not declared in this scope; did you mean ‘it’?
15 | int leave(i) {
| ^
| it
park.cpp:19:11: error: ‘b’ was not declared in this scope; did you mean ‘bt’?
19 | int board(b) {
| ^
| bt
park.cpp: In function ‘int main()’:
park.cpp:52:13: error: ‘join’ cannot be used as a function
52 | join(x, y);
| ^
park.cpp:56:11: error: ‘leave’ cannot be used as a function
56 | leave(x);
| ^
park.cpp:60:11: error: ‘board’ cannot be used as