Problem | catlunch |
---|---|
User | blob |
Submission Time | 2023-12-18 15:13:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:17:9: error: ‘totalSatisfaction’ was not declared in this scope
17 | totalSatisfaction += tastiness[i];
| ^~~~~~~~~~~~~~~~~
catlunch.cpp:22:9: error: ‘totalSatisfaction’ was not declared in this scope
22 | totalSatisfaction += pq.top();
| ^~~~~~~~~~~~~~~~~
catlunch.cpp:26:13: error: ‘totalSatisfaction’ was not declared in this scope
26 | cout << totalSatisfaction << endl;
| ^~~~~~~~~~~~~~~~~