fork download
  1. #include <iostream>
  2. #include <vector>
  3. using namespace std;
  4.  
  5. int main() {
  6. int
  7. }
Success #stdin #stdout 0s 5292KB
stdin
5 2
1 3 5 4 2
stdout
1 2 3 4 5 
3 4 5