| Problem | lemonade |
|---|---|
| User | LL |
| Submission Time | 2025-12-12 15:04:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lemonade.cpp: In function ‘int main()’:
lemonade.cpp:31:36: error: expected ‘;’ before ‘fsum’
31 | csum += taste[arr[index].second]
| ^
| ;
32 | fsum = max(fsum, csum);
| ~~~~
lemonade.cpp:33:36: error: expected ‘;’ before ‘index’
33 | csum -= taste[arr[index].second]
| ^
| ;
34 | index++;
| ~~~~~