fork download
  1. #include <iostream>
  2. #include <algorithm>
  3.  
  4. int main()
  5. {
  6. int array [15];
  7. int array2[15];
  8.  
  9. int value1 = 0;
  10. int value2 = 0;
  11.  
  12. if(value1 <= value2)
  13. {
  14. std::copy(array2, array2 + 15, array);
  15. }
  16. }
  17.  
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty