Problem | lineup |
---|---|
User | ZachTAD |
Submission Time | 2024-04-11 15:35:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lineup.cpp: In function ‘int main()’:
lineup.cpp:64:18: error: expected primary-expression before ‘,’ token
64 | if (popFront(f,, size) == true) {bool front = true;}
| ^
lineup.cpp:70:7: error: ‘front’ was not declared in this scope
70 | if (front == true && back == true) {
| ^~~~~
lineup.cpp:70:24: error: ‘back’ was not declared in this scope
70 | if (front == true && back == true) {
| ^~~~