Problem catlunch
User yqiiiiiii
Submission Time 2025-07-11 17:34:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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