Problem catlunch
User spyrath
Submission Time 2025-06-19 09:14:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp:22:19: error: missing terminating ' character
22 | cout << maxRes << '\n’;
| ^~~~~~~
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:23:2: error: expected primary-expression before ‘}’ token
23 | }
| ^