| Problem | problemsetter |
|---|---|
| User | AJigglypuffCoder |
| Submission Time | 2025-01-06 16:35:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:52:108: error: expected ‘;’ before ‘max_satisfaction_one’
52 | max_satisfaction = max_satisfaction_one >= 0 ? max_satisfaction+max_satisfaction_one : max_satisfaction
| ^
| ;
53 | max_satisfaction_one = 0;
| ~~~~~~~~~~~~~~~~~~~~