| Problem | guessqueue |
|---|---|
| User | WANCH5789W |
| Submission Time | 2026-04-28 22:34:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessqueue.cpp: In function ‘int main()’:
guessqueue.cpp:29:6: error: ‘group’ was not declared in this scope; did you mean ‘group2’?
29 | if (group 2[0] == group1 [N-1] && group2 [1] == group1 [0]){
| ^~~~~
| group2
guessqueue.cpp:29:11: error: expected ‘)’ before numeric constant
29 | if (group 2[0] == group1 [N-1] && group2 [1] == group1 [0]){
| ~ ^~
| )