| Problem | souvenirs3 |
|---|---|
| User | CalebKow |
| Submission Time | 2026-07-03 18:58:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:30:37: error: expected initializer before ‘+=’ token
30 | int curr_souvenir_placement += 1;
| ^~
souvenirs3.cpp:31:42: error: ‘curr_souvenir_placement’ was not declared in this scope
31 | while(customers.front().first >= curr_souvenir_placement) {
| ^~~~~~~~~~~~~~~~~~~~~~~