| Problem | ssoca |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2024-12-11 09:45:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ssoca.cpp: In function ‘int main()’:
ssoca.cpp:23:28: error: request for member ‘size’ in ‘arr’, which is of non-class type ‘long long int [N]’
23 | while (something >= arr.size())
| ^~~~
ssoca.cpp:25:33: error: request for member ‘size’ in ‘arr’, which is of non-class type ‘long long int [N]’
25 | something = something - arr.size();
| ^~~~