0
PLEASE EXPLAIN THE OUTPUT OF THIS CODE??
https://code.sololearn.com/c85k9qU77B5z The code doesn't work but I copied it from a question in the Play section of the app. Why doesn't it work?
3 Respostas
+ 2
You forgot to add the <vector> header file.
Don't forget to give credit to the original author ;)
https://code.sololearn.com/cC26zIwI4s59/?ref=app
edit: Jackson Meddows my pleasure ^_^
+ 2
you're forgotten to include the STL vector
+ 1
Rahul George Thanks a lot for your answer!