Problem | rollercoaster |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-20 13:44:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rollercoaster.cpp: In function ‘int main()’:
rollercoaster.cpp:21:8: error: assigning to an array from an initializer list
21 | a={};
| ^
rollercoaster.cpp:25:16: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘long int [n]’
25 | sort(a.begin(),a.end());
| ^~~~~
rollercoaster.cpp:25:26: error: request for member ‘end’ in ‘a’, which is of non-class type ‘long int [n]’
25 | sort(a.begin(),a.end());
| ^~~