Detalii evaluare #8926693

Rezumat problemă

Se dă un vector cu n elemente, numere naturale distincte. Ordonați crescător elementele situate înaintea valorii maxime din vector și descrescător elementele situate după această valoare.

Detalii

Problema SortMax Operații I/O tastatură/ecran
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #8926693 Utilizator Olar Pop Alexandru (ActiveXxX)
Fișier sortmax.cpp Dimensiune 1.52 KB
Data încărcării 20 Martie 2018, 08:37 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

sortmax.cpp:7:1: error: stray '\302' in program
     if (crescator == 1)

 ^
sortmax.cpp:7:1: error: stray '\240' in program
sortmax.cpp:7:1: error: stray '\302' in program
sortmax.cpp:7:1: error: stray '\240' in program
sortmax.cpp:7:1: error: stray '\302' in program
sortmax.cpp:7:1: error: stray '\240' in program
sortmax.cpp:8:1: error: stray '\302' in program
         return a > b;

 ^
sortmax.cpp:8:1: error: stray '\240' in program
sortmax.cpp:8:1: error: stray '\302' in program
sortmax.cpp:8:1: error: stray '\240' in program
sortmax.cpp:8:1: error: stray '\302' in program
sortmax.cpp:8:1: error: stray '\240' in program
sortmax.cpp:8:1: error: stray '\302' in program
sortmax.cpp:8:1: error: stray '\240' in program
sortmax.cpp:8:1: error: stray '\302' in program
sortmax.cpp:8:1: error: stray '\240' in program
sortmax.cpp:8:1: error: stray '\302' in program
sortmax.cpp:8:1: error: stray '\240' in program
sortmax.cpp:8:1: error: stray '\302' in program
sortmax.cpp:8:1: error: stray '\240' in program
sortmax.cpp:9:1: error: stray '\302' in program
     return a < b;

 ^
sortmax.cpp:9:1: error: stray '\240' in program
sortmax.cpp:9:1: error: stray '\302' in program
sortmax.cpp:9:1: error: stray '\240' in program
sortmax.cpp:9:1: error: stray '\302' in program
sortmax.cpp:9:1: error: stray '\240' in program
sortmax.cpp:14:1: error: stray '\302' in program
     for (int i = indice_inceput; i < indice_sfarsit; i++)

 ^
sortmax.cpp:14:1: error: stray '\240' in program
sortmax.cpp:14:1: error: stray '\302' in program
sortmax.cpp:14:1: error: stray '\240' in program
sortmax.cpp:14:1: error: stray '\302' in program
sortmax.cpp:14:1: error: stray '\240' in program
sortmax.cpp:15:1: error: stray '\302' in program
     {

 ^
sortmax.cpp:15:1: error: stray '\240' in program
sortmax.cpp:15:1: error: stray '\302' in program
sortmax.cpp:15:1: error: stray '\240' in program
sortmax.cpp:15:1: error: stray '\302' in program
sortmax.cpp:15:1: error: stray '\240' in program
sortmax.cpp:16:1: error: stray '\302' in program
         for (int j = i + 1; j <= indice_sfarsit; j++)

 ^
sortmax.cpp:16:1: error: stray '\240' in program
sortmax.cpp:16:1: error: stray '\302' in program
sortmax.cpp:16:1: error: stray '\240' in program
sortmax.cpp:16:1: error: stray '\302' in program
sortmax.cpp:16:1: error: stray '\240' in program
sortmax.cpp:16:1: error: stray '\302' in program
sortmax.cpp:16:1: error: stray '\240' in program
sortmax.cpp:16:1: error: stray '\302' in program
sortmax.cpp:16:1: error: stray '\240' in program
sortmax.cpp:16:1: error: stray '\302' in program
sortmax.cpp:16:1: error: stray '\240' in program
sortmax.cpp:16:1: error: stray '\302' in program
sortmax.cpp:16:1: error: stray '\240' in program
sortmax.cpp:17:1: error: stray '\302' in program
         {

 ^
sortmax.cpp:17:1: error: stray '\240' in program
sortmax.cpp:17:1: error: stray '\302' in program
sortmax.cpp:17:1: error: stray '\240' in program
sortmax.cpp:17:1: error: stray '\302' in program
sortmax.cpp:17:1: error: stray '\240' in program
sortmax.cpp:17:1: error: stray '\302' in program
sortmax.cpp:17:1: error: stray '\240' in program
sortmax.cpp:17:1: error: stray '\302' in program
sortmax.cpp:17:1: error: stray '\240' in program
sortmax.cpp:17:1: error: stray '\302' in program
sortmax.cpp:17:1: error: stray '\240' in program
sortmax.cpp:17:1: error: stray '\302' in program
sortmax.cpp:17:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
             if (comparare(sir[i], sir[j], crescator))

 ^
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:18:1: error: stray '\302' in program
sortmax.cpp:18:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
             {

 ^
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:19:1: error: stray '\302' in program
sortmax.cpp:19:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
                 int aux = sir[i];

 ^
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:20:1: error: stray '\302' in program
sortmax.cpp:20:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
                 sir[i] = sir[j];

 ^
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:21:1: error: stray '\302' in program
sortmax.cpp:21:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
                 sir[j] = aux;

 ^
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:22:1: error: stray '\302' in program
sortmax.cpp:22:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
             }

 ^
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:23:1: error: stray '\302' in program
sortmax.cpp:23:1: error: stray '\240' in program
sortmax.cpp:24:1: error: stray '\302' in program
         }

 ^
sortmax.cpp:24:1: error: stray '\240' in program
sortmax.cpp:24:1: error: stray '\302' in program
sortmax.cpp:24:1: error: stray '\240' in program
sortmax.cpp:24:1: error: stray '\302' in program
sortmax.cpp:24:1: error: stray '\240' in program
sortmax.cpp:24:1: error: stray '\302' in program
sortmax.cpp:24:1: error: stray '\240' in program
sortmax.cpp:24:1: error: stray '\302' in program
sortmax.cpp:24:1: error: stray '\240' in program
sortmax.cpp:24:1: error: stray '\302' in program
sortmax.cpp:24:1: error: stray '\240' in program
sortmax.cpp:24:1: error: stray '\302' in program
sortmax.cpp:24:1: error: stray '\240' in program
sortmax.cpp:25:1: error: stray '\302' in program
     }

 ^
sortmax.cpp:25:1: error: stray '\240' in program
sortmax.cpp:25:1: error: stray '\302' in program
sortmax.cpp:25:1: error: stray '\240' in program
sortmax.cpp:25:1: error: stray '\302' in program
sortmax.cpp:25:1: error: stray '\240' in program
sortmax.cpp:30:1: error: stray '\302' in program
     int nr_elem, indice_elem_maxim, sir[1001], elem_maxim;

 ^
sortmax.cpp:30:1: error: stray '\240' in program
sortmax.cpp:30:1: error: stray '\302' in program
sortmax.cpp:30:1: error: stray '\240' in program
sortmax.cpp:30:1: error: stray '\302' in program
sortmax.cpp:30:1: error: stray '\240' in program
sortmax.cpp:31:1: error: stray '\302' in program
     cout << "n=";

 ^
sortmax.cpp:31:1: error: stray '\240' in program
sortmax.cpp:31:1: error: stray '\302' in program
sortmax.cpp:31:1: error: stray '\240' in program
sortmax.cpp:31:1: error: stray '\302' in program
sortmax.cpp:31:1: error: stray '\240' in program
sortmax.cpp:32:1: error: stray '\302' in program
     cin >> nr_elem;

 ^
sortmax.cpp:32:1: error: stray '\240' in program
sortmax.cpp:32:1: error: stray '\302' in program
sortmax.cpp:32:1: error: stray '\240' in program
sortmax.cpp:32:1: error: stray '\302' in program
sortmax.cpp:32:1: error: stray '\240' in program
sortmax.cpp:33:1: error: stray '\302' in program
     cout << "Introduceti cele " << nr_elem << " elemente:" << endl;

 ^
sortmax.cpp:33:1: error: stray '\240' in program
sortmax.cpp:33:1: error: stray '\302' in program
sortmax.cpp:33:1: error: stray '\240' in program
sortmax.cpp:33:1: error: stray '\302' in program
sortmax.cpp:33:1: error: stray '\240' in program
sortmax.cpp:35:1: error: stray '\302' in program
     cin >> sir[1];

 ^
sortmax.cpp:35:1: error: stray '\240' in program
sortmax.cpp:35:1: error: stray '\302' in program
sortmax.cpp:35:1: error: stray '\240' in program
sortmax.cpp:35:1: error: stray '\302' in program
sortmax.cpp:35:1: error: stray '\240' in program
sortmax.cpp:36:1: error: stray '\302' in program
     elem_maxim = sir[1];

 ^
sortmax.cpp:36:1: error: stray '\240' in program
sortmax.cpp:36:1: error: stray '\302' in program
sortmax.cpp:36:1: error: stray '\240' in program
sortmax.cpp:36:1: error: stray '\302' in program
sortmax.cpp:36:1: error: stray '\240' in program
sortmax.cpp:37:1: error: stray '\302' in program
     indice_elem_maxim = 1;

 ^
sortmax.cpp:37:1: error: stray '\240' in program
sortmax.cpp:37:1: error: stray '\302' in program
sortmax.cpp:37:1: error: stray '\240' in program
sortmax.cpp:37:1: error: stray '\302' in program
sortmax.cpp:37:1: error: stray '\240' in program
sortmax.cpp:39:1: error: stray '\302' in program
     for (int i = 2; i <= nr_elem; i++)

 ^
sortmax.cpp:39:1: error: stray '\240' in program
sortmax.cpp:39:1: error: stray '\302' in program
sortmax.cpp:39:1: error: stray '\240' in program
sortmax.cpp:39:1: error: stray '\302' in program
sortmax.cpp:39:1: error: stray '\240' in program
sortmax.cpp:40:1: error: stray '\302' in program
     {

 ^
sortmax.cpp:40:1: error: stray '\240' in program
sortmax.cpp:40:1: error: stray '\302' in program
sortmax.cpp:40:1: error: stray '\240' in program
sortmax.cpp:40:1: error: stray '\302' in program
sortmax.cpp:40:1: error: stray '\240' in program
sortmax.cpp:41:1: error: stray '\302' in program
         cin >> sir[i];

 ^
sortmax.cpp:41:1: error: stray '\240' in program
sortmax.cpp:41:1: error: stray '\302' in program
sortmax.cpp:41:1: error: stray '\240' in program
sortmax.cpp:41:1: error: stray '\302' in program
sortmax.cpp:41:1: error: stray '\240' in program
sortmax.cpp:41:1: error: stray '\302' in program
sortmax.cpp:41:1: error: stray '\240' in program
sortmax.cpp:41:1: error: stray '\302' in program
sortmax.cpp:41:1: error: stray '\240' in program
sortmax.cpp:41:1: error: stray '\302' in program
sortmax.cpp:41:1: error: stray '\240' in program
sortmax.cpp:41:1: error: stray '\302' in program
sortmax.cpp:41:1: error: stray '\240' in program
sortmax.cpp:42:1: error: stray '\302' in program
         if (sir[i] > elem_maxim)

 ^
sortmax.cpp:42:1: error: stray '\240' in program
sortmax.cpp:42:1: error: stray '\302' in program
sortmax.cpp:42:1: error: stray '\240' in program
sortmax.cpp:42:1: error: stray '\302' in program
sortmax.cpp:42:1: error: stray '\240' in program
sortmax.cpp:42:1: error: stray '\302' in program
sortmax.cpp:42:1: error: stray '\240' in program
sortmax.cpp:42:1: error: stray '\302' in program
sortmax.cpp:42:1: error: stray '\240' in program
sortmax.cpp:42:1: error: stray '\302' in program
sortmax.cpp:42:1: error: stray '\240' in program
sortmax.cpp:42:1: error: stray '\302' in program
sortmax.cpp:42:1: error: stray '\240' in program
sortmax.cpp:43:1: error: stray '\302' in program
         {

 ^
sortmax.cpp:43:1: error: stray '\240' in program
sortmax.cpp:43:1: error: stray '\302' in program
sortmax.cpp:43:1: error: stray '\240' in program
sortmax.cpp:43:1: error: stray '\302' in program
sortmax.cpp:43:1: error: stray '\240' in program
sortmax.cpp:43:1: error: stray '\302' in program
sortmax.cpp:43:1: error: stray '\240' in program
sortmax.cpp:43:1: error: stray '\302' in program
sortmax.cpp:43:1: error: stray '\240' in program
sortmax.cpp:43:1: error: stray '\302' in program
sortmax.cpp:43:1: error: stray '\240' in program
sortmax.cpp:43:1: error: stray '\302' in program
sortmax.cpp:43:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
             indice_elem_maxim = i;

 ^
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:44:1: error: stray '\302' in program
sortmax.cpp:44:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
             elem_maxim = sir[i];

 ^
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:45:1: error: stray '\302' in program
sortmax.cpp:45:1: error: stray '\240' in program
sortmax.cpp:46:1: error: stray '\302' in program
         }

 ^
sortmax.cpp:46:1: error: stray '\240' in program
sortmax.cpp:46:1: error: stray '\302' in program
sortmax.cpp:46:1: error: stray '\240' in program
sortmax.cpp:46:1: error: stray '\302' in program
sortmax.cpp:46:1: error: stray '\240' in program
sortmax.cpp:46:1: error: stray '\302' in program
sortmax.cpp:46:1: error: stray '\240' in program
sortmax.cpp:46:1: error: stray '\302' in program
sortmax.cpp:46:1: error: stray '\240' in program
sortmax.cpp:46:1: error: stray '\302' in program
sortmax.cpp:46:1: error: stray '\240' in program
sortmax.cpp:46:1: error: stray '\302' in program
sortmax.cpp:46:1: error: stray '\240' in program
sortmax.cpp:47:1: error: stray '\302' in program
     }

 ^
sortmax.cpp:47:1: error: stray '\240' in program
sortmax.cpp:47:1: error: stray '\302' in program
sortmax.cpp:47:1: error: stray '\240' in program
sortmax.cpp:47:1: error: stray '\302' in program
sortmax.cpp:47:1: error: stray '\240' in program
sortmax.cpp:49:1: error: stray '\302' in program
     ordonare(sir, 1, indice_elem_maxim - 1, 1);

 ^
sortmax.cpp:49:1: error: stray '\240' in program
sortmax.cpp:49:1: error: stray '\302' in program
sortmax.cpp:49:1: error: stray '\240' in program
sortmax.cpp:49:1: error: stray '\302' in program
sortmax.cpp:49:1: error: stray '\240' in program
sortmax.cpp:50:1: error: stray '\302' in program
     ordonare(sir, indice_elem_maxim + 1, nr_elem, 0);

 ^
sortmax.cpp:50:1: error: stray '\240' in program
sortmax.cpp:50:1: error: stray '\302' in program
sortmax.cpp:50:1: error: stray '\240' in program
sortmax.cpp:50:1: error: stray '\302' in program
sortmax.cpp:50:1: error: stray '\240' in program
sortmax.cpp:52:1: error: stray '\302' in program
     for (int i = 1; i <= nr_elem; i++)

 ^
sortmax.cpp:52:1: error: stray '\240' in program
sortmax.cpp:52:1: error: stray '\302' in program
sortmax.cpp:52:1: error: stray '\240' in program
sortmax.cpp:52:1: error: stray '\302' in program
sortmax.cpp:52:1: error: stray '\240' in program
sortmax.cpp:53:1: error: stray '\302' in program
         cout << sir[i] << " ";

 ^
sortmax.cpp:53:1: error: stray '\240' in program
sortmax.cpp:53:1: error: stray '\302' in program
sortmax.cpp:53:1: error: stray '\240' in program
sortmax.cpp:53:1: error: stray '\302' in program
sortmax.cpp:53:1: error: stray '\240' in program
sortmax.cpp:53:1: error: stray '\302' in program
sortmax.cpp:53:1: error: stray '\240' in program
sortmax.cpp:53:1: error: stray '\302' in program
sortmax.cpp:53:1: error: stray '\240' in program
sortmax.cpp:53:1: error: stray '\302' in program
sortmax.cpp:53:1: error: stray '\240' in program
sortmax.cpp:53:1: error: stray '\302' in program
sortmax.cpp:53:1: error: stray '\240' in program
sortmax.cpp:55:1: error: stray '\302' in program
     return 0;

 ^
sortmax.cpp:55:1: error: stray '\240' in program
sortmax.cpp:55:1: error: stray '\302' in program
sortmax.cpp:55:1: error: stray '\240' in program
sortmax.cpp:55:1: error: stray '\302' in program
sortmax.cpp:55:1: error: stray '\240' in program
sortmax.cpp:58:1: error: stray '\310' in program
 Citește mai multe pe Brainly.ro - https://brainly.ro/tema/822937#readmore
 ^
sortmax.cpp:58:1: error: stray '\231' in program
sortmax.cpp:58:1: error: 'Cite' does not name a type

Cum funcționează evaluarea?

www.pbinfo.ro permite evaluarea a două tipuri de probleme:

  • probleme la care rezolvarea presupune scrierea unui program complet
  • probleme la care rezolvarea presupune scrierea unei secvențe de program - câteva instrucțiuni, o listă de declarații, una sau mai multe funcții, etc.

Problema SortMax face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:

  • Programul sursă este compilat folosind compilatorul corespunzător. Dacă în urma compilării se obțin erori sau avertismente, acestea sunt afișate în această pagină.
  • Dacă programul a fost compilat, executabilul obținut va fi rulat, furnizându-i-se unul sau mai multe seturi de date de intrare, în concordanță cu restricțiile specifice problemei. Pentru fiecare set de date se obține un anumit punctaj, în raport cu corectitudinea soluției tale.

Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.