Problem | catlunch |
---|---|
User | jerrielchangjiebin |
Submission Time | 2025-02-14 17:47:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:35:20: error: ‘current_satisfaction’ was not declared in this scope; did you mean ‘max_satisfaction’?
35 | current_satisfaction = pq.top().first;
| ^~~~~~~~~~~~~~~~~~~~
| max_satisfaction
catlunch.cpp:38:21: error: ‘current_satisfaction’ was not declared in this scope; did you mean ‘max_satisfaction’?
38 | current_satisfaction += pq.top().first;
| ^~~~~~~~~~~~~~~~~~~~
| max_satisfaction
catlunch.cpp:42:50: error: ‘current_satisfaction’ was not declared in this scope; did you mean ‘max_satisfaction’?
42 | max_satisfaction = max(max_satisfaction, current_satisfaction);
| ^~~~~~~~~~~~~~~~~~~~
| max_satisfaction