bubblesort2.cpp:1:86: error: stray '#' in program
1 | std::vector<int> countScans(std::vector<int> A,std::vector<int> X,std::vector<int> V)#include <bits/stdc++.h>
| ^
bubblesort2.cpp:1:6: error: 'vector' in namespace 'std' does not name a template type
1 | std::vector<int> countScans(std::vector<int> A,std::vector<int> X,std::vector<int> V)#include <bits/stdc++.h>
| ^~~~~~
bubblesort2.cpp:1:1: note: 'std::vector' is defined in header '<vector>'; did you forget to '#include <vector>'?
+++ |+#include <vector>
1 | std::vector<int> countScans(std::vector<int> A,std::vector<int> X,std::vector<int> V)#include <bits/stdc++.h>
bubblesort2.cpp:17:6: error: 'vector' in namespace 'std' does not name a template type
17 | std::vector<int> countScans(std::vector<int> A,std::vector<int> X,std::vector<int> V)
| ^~~~~~
bubblesort2.cpp:17:1: note: 'std::vector' is defined in header '<vector>'; did you forget to '#include <vector>'?
17 | std::vector<int> countScans(std::vector<int> A,std::vector<int> X,std::vector<int> V)
| ^~~