| Problem | catlunch |
|---|---|
| User | christal |
| Submission Time | 2023-12-18 15:42:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:13:3: error: ‘it’ was not declared in this scope; did you mean ‘i’?
13 | it = satisf.top();
| ^~
| i
catlunch.cpp:14:27: error: void value not ignored as it ought to be
14 | int current = satisf.pop();
| ~~~~~~~~~~^~