Problem catlunch
User Feiyang
Submission Time 2025-06-18 14:12:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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