| Problem | openingshop0 |
|---|---|
| User | siglaptomarymount |
| Submission Time | 2026-05-18 10:29:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
openingshop0.cpp: In function ‘int main()’:
openingshop0.cpp:23:33: error: ‘customer’ was not declared in this scope; did you mean ‘customers’?
23 | if (customers[j] <= customer[i] + k) current++;
| ^~~~~~~~
| customers