| Problem | barbecue |
|---|---|
| User | smartsword |
| Submission Time | 2025-12-29 16:46:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
barbecue.cpp: In function ‘int32_t main()’:
barbecue.cpp:23:15: error: expected ‘;’ before ‘return’
23 | cout << a[0]
| ^
| ;
24 | return 0;
| ~~~~~~