| Problem | guessqueue |
|---|---|
| User | Duk168 |
| Submission Time | 2024-10-22 23:37:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessqueue.cpp: In function ‘int main()’:
guessqueue.cpp:18:14: error: ‘b1’ was not declared in this scope; did you mean ‘b’?
18 | bool b = 1; b1 = 1; b2 = 1;
| ^~
| b
guessqueue.cpp:18:22: error: ‘b2’ was not declared in this scope; did you mean ‘b’?
18 | bool b = 1; b1 = 1; b2 = 1;
| ^~
| b
guessqueue.cpp:31:7: error: ‘v’ was not declared in this scope
31 | if(v[0] == a){
| ^