Detalii evaluare #8658361

Rezumat problemă

Detalii

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

Evaluare


Mesaj compilare

stergere.cpp:13:1: error: stray '\302' in program
      ok=1;

 ^
stergere.cpp:13:1: error: stray '\240' in program
stergere.cpp:13:1: error: stray '\302' in program
stergere.cpp:13:1: error: stray '\240' in program
stergere.cpp:13:1: error: stray '\302' in program
stergere.cpp:13:1: error: stray '\240' in program
stergere.cpp:14:1: error: stray '\302' in program
   else

 ^
stergere.cpp:14:1: error: stray '\240' in program
stergere.cpp:15:1: error: stray '\302' in program
      ok=0;

 ^
stergere.cpp:15:1: error: stray '\240' in program
stergere.cpp:15:1: error: stray '\302' in program
stergere.cpp:15:1: error: stray '\240' in program
stergere.cpp:15:1: error: stray '\302' in program
stergere.cpp:15:1: error: stray '\240' in program
stergere.cpp:16:1: error: stray '\302' in program
   if(v[i]>2){

 ^
stergere.cpp:16:1: error: stray '\240' in program
stergere.cpp:17:1: error: stray '\302' in program
     for(d=3;d<=sqrt(v[i]);d=d+2)

 ^
stergere.cpp:17:1: error: stray '\240' in program
stergere.cpp:17:1: error: stray '\302' in program
stergere.cpp:17:1: error: stray '\240' in program
stergere.cpp:19:1: error: stray '\302' in program
       if(v[i]%d==0)

 ^
stergere.cpp:19:1: error: stray '\240' in program
stergere.cpp:19:1: error: stray '\302' in program
stergere.cpp:19:1: error: stray '\240' in program
stergere.cpp:19:1: error: stray '\302' in program
stergere.cpp:19:1: error: stray '\240' in program
stergere.cpp:21:1: error: stray '\302' in program
         ok=1;

 ^
stergere.cpp:21:1: error: stray '\240' in program
stergere.cpp:21:1: error: stray '\302' in program
stergere.cpp:21:1: error: stray '\240' in program
stergere.cpp:21:1: error: stray '\302' in program
stergere.cpp:21:1: error: stray '\240' in program
stergere.cpp:21:1: error: stray '\302' in program
stergere.cpp:21:1: error: stray '\240' in program
stergere.cpp:22:1: error: stray '\302' in program
         break;

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

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

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

 ^
stergere.cpp:25:1: error: stray '\240' in program
stergere.cpp:26:1: error: stray '\302' in program
   if(ok==0)

 ^
stergere.cpp:26:1: error: stray '\240' in program
stergere.cpp:27:1: error: stray '\302' in program
      cout<<v[i];

 ^
stergere.cpp:27:1: error: stray '\240' in program
stergere.cpp:27:1: error: stray '\302' in program
stergere.cpp:27:1: error: stray '\240' in program
stergere.cpp:27:1: error: stray '\302' in program
stergere.cpp:27:1: error: stray '\240' in program
stergere.cpp: In function 'int main()':
stergere.cpp:17:27: error: 'sqrt' was not declared in this scope
     for(d=3;d<=sqrt(v[i]);d=d+2)

                           ^

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