| Problem | coke |
|---|---|
| User | bachnguyen123 |
| Submission Time | 2026-01-25 09:44:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coke.cpp: In function ‘bool cmp(coke, coke)’:
coke.cpp:11:35: error: expected ‘)’ before ‘;’ token
11 | return((x.c * y.s > y.c * x.s);
| ~ ^
| )