| Problem | sort |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2024-12-08 16:18:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:14:9: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘long long int [N]’
14 | sort(v.begin(), v.end());
| ^~~~~
sort.cpp:14:20: error: request for member ‘end’ in ‘v’, which is of non-class type ‘long long int [N]’
14 | sort(v.begin(), v.end());
| ^~~