Problem catlunch
User mingging1748
Submission Time 2024-11-06 17:53:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:8:19: error: ‘N’ was not declared in this scope
8 | vector<int> T(N);
| ^
catlunch.cpp:33:13: error: ‘maxSatisfaction’ was not declared in this scope
33 | cout << maxSatisfaction;
| ^~~~~~~~~~~~~~~