| Problem | sort |
|---|---|
| User | JhoCyber |
| Submission Time | 2025-02-07 14:24:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int32_t main()’:
sort.cpp:12:9: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘long long int [n]’
12 | sort(a.begin(),a.end());
| ^~~~~
sort.cpp:12:19: error: request for member ‘end’ in ‘a’, which is of non-class type ‘long long int [n]’
12 | sort(a.begin(),a.end());
| ^~~