| Problem | potatosalad |
|---|---|
| User | om2024 |
| Submission Time | 2025-07-31 17:03:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:35: error: invalid types ‘int[int]’ for array subscript
11 | int size = sizeof(n) / sizeof(n[0]);
| ^