Problem problemsetter
User AJigglypuffCoder
Submission Time 2025-01-06 17:06:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:48:108: error: expected ‘;’ before ‘max_satisfaction_one’
48 | max_satisfaction = max_satisfaction_one >= 0 ? max_satisfaction+max_satisfaction_one : max_satisfaction
| ^
| ;
49 | max_satisfaction_one = 0;
| ~~~~~~~~~~~~~~~~~~~~