+ 2
[SOLVED] Why do lines 14 or 15 of the following code not work on code playground?
3 Respuestas
+ 5
Both lines worked for me after including <vector>. Are you sure the problem is not the missing inclusion of the <vector> header?
+ 6
Shadow yes you are right! It was simply a case of the missing header. Thanks!
+ 3
No problem, happens. XD