Problem | f7 |
---|---|
User | hwy |
Submission Time | 2023-06-28 09:52:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
f7.cpp: In function ‘int main()’:
f7.cpp:18:11: error: request for member ‘begin’ in ‘lst’, which is of non-class type ‘int [300005]’
18 | sort(lst.begin(), lst.end(), cmp);
| ^~~~~
f7.cpp:18:24: error: request for member ‘end’ in ‘lst’, which is of non-class type ‘int [300005]’
18 | sort(lst.begin(), lst.end(), cmp);
| ^~~