Detalii evaluare #9288113

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 #9288113 Utilizator Paduraru Lavinia (PaduraruLavinia)
Fișier sortmax.cpp Dimensiune 1.14 KB
Data încărcării 23 Aprilie 2018, 09:14 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

sortmax.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <bits/stdc++.h>

         ^
sortmax.cpp:2:1: error: stray '\302' in program
 using namespace std;

 ^
sortmax.cpp:2:1: error: stray '\240' in program
sortmax.cpp:2:1: error: stray '\302' in program
sortmax.cpp:2:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
 int n, i, aux, v[1002], maxx = - INT_MAX, p;

 ^
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:3:1: error: stray '\302' in program
sortmax.cpp:3:1: error: stray '\240' in program
sortmax.cpp:4:1: error: stray '\302' in program
 bool ok;

 ^
sortmax.cpp:4:1: error: stray '\240' in program
sortmax.cpp:5:1: error: stray '\302' in program
 int main()

 ^
sortmax.cpp:5:1: error: stray '\240' in program
sortmax.cpp:7:1: error: stray '\302' in program
     cin >> n;

 ^
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: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: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
     for(i = 1; i <= n; i ++)

 ^
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: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
     {

 ^
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:9:1: error: stray '\302' in program
sortmax.cpp:9:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
         cin >> v[i];

 ^
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:10:1: error: stray '\302' in program
sortmax.cpp:10:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
         if(v[i] > maxx) maxx = v[i], p = i;

 ^
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:11:1: error: stray '\302' in program
sortmax.cpp:11:1: error: stray '\240' in program
sortmax.cpp:12:1: error: stray '\302' in program
     }

 ^
sortmax.cpp:12:1: error: stray '\240' in program
sortmax.cpp:12:1: error: stray '\302' in program
sortmax.cpp:12:1: error: stray '\240' in program
sortmax.cpp:12:1: error: stray '\302' in program
sortmax.cpp:12:1: error: stray '\240' in program
sortmax.cpp:12:1: error: stray '\302' in program
sortmax.cpp:12:1: error: stray '\240' in program
sortmax.cpp:13:1: error: stray '\302' in program
     do

 ^
sortmax.cpp:13:1: error: stray '\240' in program
sortmax.cpp:13:1: error: stray '\302' in program
sortmax.cpp:13:1: error: stray '\240' in program
sortmax.cpp:13:1: error: stray '\302' in program
sortmax.cpp:13:1: error: stray '\240' in program
sortmax.cpp:13:1: error: stray '\302' in program
sortmax.cpp:13: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: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
         ok = true;

 ^
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: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: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: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(i = 1; i < p; i ++)

 ^
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: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: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
         if(v[i] > v[i + 1])

 ^
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: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
         {

 ^
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
             aux = v[i];

 ^
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: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
             v[i] = v[i + 1];

 ^
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: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
             v[i + 1] = aux;

 ^
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: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
             ok = false;

 ^
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:24:1: error: stray '\302' in program
     } while(!ok);

 ^
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
     do

 ^
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:25:1: error: stray '\302' in program
sortmax.cpp:25:1: error: stray '\240' in program
sortmax.cpp:26:1: error: stray '\302' in program
     {

 ^
sortmax.cpp:26:1: error: stray '\240' in program
sortmax.cpp:26:1: error: stray '\302' in program
sortmax.cpp:26:1: error: stray '\240' in program
sortmax.cpp:26:1: error: stray '\302' in program
sortmax.cpp:26:1: error: stray '\240' in program
sortmax.cpp:26:1: error: stray '\302' in program
sortmax.cpp:26:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
         ok = true;

 ^
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:27:1: error: stray '\302' in program
sortmax.cpp:27:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
         for(i = p + 1; i < n; i ++)

 ^
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:28:1: error: stray '\302' in program
sortmax.cpp:28:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
         if(v[i] < v[i + 1])

 ^
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29:1: error: stray '\240' in program
sortmax.cpp:29:1: error: stray '\302' in program
sortmax.cpp:29: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: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: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: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
             aux = v[i];

 ^
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: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: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: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: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: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: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
             v[i] = v[i + 1];

 ^
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: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: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: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: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: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: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: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
             v[i + 1] = aux;

 ^
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: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: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: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: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: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: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:33:1: error: stray '\302' in program
sortmax.cpp:33:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
             ok = false;

 ^
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34:1: error: stray '\240' in program
sortmax.cpp:34:1: error: stray '\302' in program
sortmax.cpp:34: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: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: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: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
     } while(!ok);

 ^
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: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
     for(i = 1; i <= n; i ++)

 ^
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: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: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: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: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:38:1: error: stray '\302' in program
     cout << v[i] << " ";

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

 ^
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: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:3:42: error: 'INT_MAX' was not declared in this scope
 int n, i, aux, v[1002], maxx = - INT_MAX, p;

                                          ^
sortmax.cpp: In function 'int main()':
sortmax.cpp:7:9: error: 'cin' was not declared in this scope
     cin >> n;

         ^
sortmax.cpp:11:52: error: 'p' was not declared in this scope
         if(v[i] > maxx) maxx = v[i], p = i;

                                                    ^
sortmax.cpp:16:37: error: 'p' was not declared in this scope
         for(i = 1; i < p; i ++)

                                     ^
sortmax.cpp:28:27: error: 'p' was not declared in this scope
         for(i = p + 1; i < n; i ++)

                           ^
sortmax.cpp:38:9: error: 'cout' was not declared in this scope
     cout << v[i] << " ";

         ^

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ă.