| Problem | potatosalad |
|---|---|
| User | sconsrr |
| Submission Time | 2025-01-16 14:13:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:12:10: error: expected unqualified-id before ‘sizeof’
12 | if (arr.sizeof() < 2) {
| ^~~~~~
potatosalad.cpp:12:10: error: expected ‘)’ before ‘sizeof’
12 | if (arr.sizeof() < 2) {
| ~ ^~~~~~
| )