Detalii evaluare #15156114

Rezumat problemă

Să se scrie un program care să determine oglinditul unui număr natural citit de la tastatură.

Detalii

Problema Oglindit Operații I/O tastatură/ecran
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #15156114 Utilizator Neculai Stefan (neculaistefan)
Fișier oglindit.cpp Dimensiune 329 B
Data încărcării 02 Aprilie 2019, 21:20 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

oglindit.cpp:6:1: error: stray '\302' in program
 {    

 ^
oglindit.cpp:6:1: error: stray '\240' in program
oglindit.cpp:6:1: error: stray '\302' in program
oglindit.cpp:6:1: error: stray '\240' in program
oglindit.cpp:7:1: error: stray '\302' in program
      int n,x=0;    

 ^
oglindit.cpp:7:1: error: stray '\240' in program
oglindit.cpp:7:1: error: stray '\302' in program
oglindit.cpp:7:1: error: stray '\240' in program
oglindit.cpp:7:1: error: stray '\302' in program
oglindit.cpp:7:1: error: stray '\240' in program
oglindit.cpp:7:1: error: stray '\302' in program
oglindit.cpp:7:1: error: stray '\240' in program
oglindit.cpp:7:1: error: stray '\302' in program
oglindit.cpp:7:1: error: stray '\240' in program
oglindit.cpp:8:1: error: stray '\302' in program
      cout<<"n=";    

 ^
oglindit.cpp:8:1: error: stray '\240' in program
oglindit.cpp:8:1: error: stray '\302' in program
oglindit.cpp:8:1: error: stray '\240' in program
oglindit.cpp:8:1: error: stray '\302' in program
oglindit.cpp:8:1: error: stray '\240' in program
oglindit.cpp:8:1: error: stray '\302' in program
oglindit.cpp:8:1: error: stray '\240' in program
oglindit.cpp:8:1: error: stray '\302' in program
oglindit.cpp:8:1: error: stray '\240' in program
oglindit.cpp:9:1: error: stray '\302' in program
      cin>>n;    

 ^
oglindit.cpp:9:1: error: stray '\240' in program
oglindit.cpp:9:1: error: stray '\302' in program
oglindit.cpp:9:1: error: stray '\240' in program
oglindit.cpp:9:1: error: stray '\302' in program
oglindit.cpp:9:1: error: stray '\240' in program
oglindit.cpp:9:1: error: stray '\302' in program
oglindit.cpp:9:1: error: stray '\240' in program
oglindit.cpp:9:1: error: stray '\302' in program
oglindit.cpp:9:1: error: stray '\240' in program
oglindit.cpp:10:1: error: stray '\302' in program
      while (n!=0)    

 ^
oglindit.cpp:10:1: error: stray '\240' in program
oglindit.cpp:10:1: error: stray '\302' in program
oglindit.cpp:10:1: error: stray '\240' in program
oglindit.cpp:10:1: error: stray '\302' in program
oglindit.cpp:10:1: error: stray '\240' in program
oglindit.cpp:10:1: error: stray '\302' in program
oglindit.cpp:10:1: error: stray '\240' in program
oglindit.cpp:10:1: error: stray '\302' in program
oglindit.cpp:10:1: error: stray '\240' in program
oglindit.cpp:11:1: error: stray '\302' in program
      {        

 ^
oglindit.cpp:11:1: error: stray '\240' in program
oglindit.cpp:11:1: error: stray '\302' in program
oglindit.cpp:11:1: error: stray '\240' in program
oglindit.cpp:11:1: error: stray '\302' in program
oglindit.cpp:11:1: error: stray '\240' in program
oglindit.cpp:11:1: error: stray '\302' in program
oglindit.cpp:11:1: error: stray '\240' in program
oglindit.cpp:11:1: error: stray '\302' in program
oglindit.cpp:11:1: error: stray '\240' in program
oglindit.cpp:11:1: error: stray '\302' in program
oglindit.cpp:11:1: error: stray '\240' in program
oglindit.cpp:11:1: error: stray '\302' in program
oglindit.cpp:11:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
            x=x*10+n%10;       

 ^
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:12:1: error: stray '\302' in program
oglindit.cpp:12:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
            n=n/10;   

 ^
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:13:1: error: stray '\302' in program
oglindit.cpp:13:1: error: stray '\240' in program
oglindit.cpp:14:1: error: stray '\302' in program
      }    

 ^
oglindit.cpp:14:1: error: stray '\240' in program
oglindit.cpp:14:1: error: stray '\302' in program
oglindit.cpp:14:1: error: stray '\240' in program
oglindit.cpp:14:1: error: stray '\302' in program
oglindit.cpp:14:1: error: stray '\240' in program
oglindit.cpp:14:1: error: stray '\302' in program
oglindit.cpp:14:1: error: stray '\240' in program
oglindit.cpp:14:1: error: stray '\302' in program
oglindit.cpp:14:1: error: stray '\240' in program
oglindit.cpp:15:1: error: stray '\302' in program
      cout<<x;    

 ^
oglindit.cpp:15:1: error: stray '\240' in program
oglindit.cpp:15:1: error: stray '\302' in program
oglindit.cpp:15:1: error: stray '\240' in program
oglindit.cpp:15:1: error: stray '\302' in program
oglindit.cpp:15:1: error: stray '\240' in program
oglindit.cpp:15:1: error: stray '\302' in program
oglindit.cpp:15:1: error: stray '\240' in program
oglindit.cpp:15:1: error: stray '\302' in program
oglindit.cpp:15:1: error: stray '\240' in program
oglindit.cpp:16:1: error: stray '\302' in program
      return 0;

 ^
oglindit.cpp:16:1: error: stray '\240' in program
oglindit.cpp:16:1: error: stray '\302' in program
oglindit.cpp:16:1: error: stray '\240' in program
oglindit.cpp:16:1: error: stray '\302' in program
oglindit.cpp:16:1: error: stray '\240' in program

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