fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. return 0;
  7. }
Success #stdin #stdout 0.01s 5312KB
stdin
#include <iostream>
#include <algorithm>
int main() {
int arr[] = {64, 34, 25, 12,
22, 11, 90};
cout <‹ "Отсортированный массив
(стандартная sort): ";
for (int i = 0; i < n; i++) {
cout << arr[i] << " ";
}
return 0;
}
stdout
Standard output is empty