Detalii evaluare #15950853

Rezumat problemă

Detalii

Problema TriunghiDublu Operații I/O tastatură/ecran
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #15950853 Utilizator DAVID Mircea (DvdTheKIng)
Fișier triunghidublu.cpp Dimensiune 917 B
Data încărcării 23 Mai 2019, 13:35 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

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

 ^
triunghidublu.cpp:2:1: error: stray '\240' in program
triunghidublu.cpp:3:1: error: stray '\302' in program
  int main() { 

 ^
triunghidublu.cpp:3:1: error: stray '\240' in program
triunghidublu.cpp:4:1: error: stray '\302' in program
     int n,l,c;

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

 ^
triunghidublu.cpp:5:1: error: stray '\240' in program
triunghidublu.cpp:5:1: error: stray '\302' in program
triunghidublu.cpp:5:1: error: stray '\240' in program
triunghidublu.cpp:6:1: error: stray '\302' in program
     for(l=1;l<=n;l++) { 

 ^
triunghidublu.cpp:6:1: error: stray '\240' in program
triunghidublu.cpp:6:1: error: stray '\302' in program
triunghidublu.cpp:6:1: error: stray '\240' in program
triunghidublu.cpp:7:1: error: stray '\302' in program
         for(c=1;c<=l;c++) 

 ^
triunghidublu.cpp:7:1: error: stray '\240' in program
triunghidublu.cpp:7:1: error: stray '\302' in program
triunghidublu.cpp:7:1: error: stray '\240' in program
triunghidublu.cpp:7:1: error: stray '\302' in program
triunghidublu.cpp:7:1: error: stray '\240' in program
triunghidublu.cpp:7:1: error: stray '\302' in program
triunghidublu.cpp:7:1: error: stray '\240' in program
triunghidublu.cpp:8:1: error: stray '\302' in program
             cout<<'*'; 

 ^
triunghidublu.cpp:8:1: error: stray '\240' in program
triunghidublu.cpp:8:1: error: stray '\302' in program
triunghidublu.cpp:8:1: error: stray '\240' in program
triunghidublu.cpp:8:1: error: stray '\302' in program
triunghidublu.cpp:8:1: error: stray '\240' in program
triunghidublu.cpp:8:1: error: stray '\302' in program
triunghidublu.cpp:8:1: error: stray '\240' in program
triunghidublu.cpp:8:1: error: stray '\302' in program
triunghidublu.cpp:8:1: error: stray '\240' in program
triunghidublu.cpp:8:1: error: stray '\302' in program
triunghidublu.cpp:8:1: error: stray '\240' in program
triunghidublu.cpp:9:1: error: stray '\302' in program
         for(c=1;c<=3*n-2*l;c++) 

 ^
triunghidublu.cpp:9:1: error: stray '\240' in program
triunghidublu.cpp:9:1: error: stray '\302' in program
triunghidublu.cpp:9:1: error: stray '\240' in program
triunghidublu.cpp:9:1: error: stray '\302' in program
triunghidublu.cpp:9:1: error: stray '\240' in program
triunghidublu.cpp:9:1: error: stray '\302' in program
triunghidublu.cpp:9:1: error: stray '\240' in program
triunghidublu.cpp:10:1: error: stray '\302' in program
             cout<<' '; 

 ^
triunghidublu.cpp:10:1: error: stray '\240' in program
triunghidublu.cpp:10:1: error: stray '\302' in program
triunghidublu.cpp:10:1: error: stray '\240' in program
triunghidublu.cpp:10:1: error: stray '\302' in program
triunghidublu.cpp:10:1: error: stray '\240' in program
triunghidublu.cpp:10:1: error: stray '\302' in program
triunghidublu.cpp:10:1: error: stray '\240' in program
triunghidublu.cpp:10:1: error: stray '\302' in program
triunghidublu.cpp:10:1: error: stray '\240' in program
triunghidublu.cpp:10:1: error: stray '\302' in program
triunghidublu.cpp:10:1: error: stray '\240' in program
triunghidublu.cpp:11:1: error: stray '\302' in program
         for(c=1;c<=l;c++) 

 ^
triunghidublu.cpp:11:1: error: stray '\240' in program
triunghidublu.cpp:11:1: error: stray '\302' in program
triunghidublu.cpp:11:1: error: stray '\240' in program
triunghidublu.cpp:11:1: error: stray '\302' in program
triunghidublu.cpp:11:1: error: stray '\240' in program
triunghidublu.cpp:11:1: error: stray '\302' in program
triunghidublu.cpp:11:1: error: stray '\240' in program
triunghidublu.cpp:12:1: error: stray '\302' in program
             cout<<'*'; 

 ^
triunghidublu.cpp:12:1: error: stray '\240' in program
triunghidublu.cpp:12:1: error: stray '\302' in program
triunghidublu.cpp:12:1: error: stray '\240' in program
triunghidublu.cpp:12:1: error: stray '\302' in program
triunghidublu.cpp:12:1: error: stray '\240' in program
triunghidublu.cpp:12:1: error: stray '\302' in program
triunghidublu.cpp:12:1: error: stray '\240' in program
triunghidublu.cpp:12:1: error: stray '\302' in program
triunghidublu.cpp:12:1: error: stray '\240' in program
triunghidublu.cpp:12:1: error: stray '\302' in program
triunghidublu.cpp:12:1: error: stray '\240' in program
triunghidublu.cpp:13:1: error: stray '\302' in program
         cout<<'\n'; 

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

 ^
triunghidublu.cpp:14:1: error: stray '\240' in program
triunghidublu.cpp:14:1: error: stray '\302' in program
triunghidublu.cpp:14:1: error: stray '\240' in program
triunghidublu.cpp:14:1: error: stray '\302' in program
triunghidublu.cpp:14:1: error: stray '\240' in program
triunghidublu.cpp:15:1: error: stray '\302' in program
     for(l=1;l<=n;l++) { 

 ^
triunghidublu.cpp:15:1: error: stray '\240' in program
triunghidublu.cpp:15:1: error: stray '\302' in program
triunghidublu.cpp:15:1: error: stray '\240' in program
triunghidublu.cpp:16:1: error: stray '\302' in program
         for(c=1;c<=n;c++) 

 ^
triunghidublu.cpp:16:1: error: stray '\240' in program
triunghidublu.cpp:16:1: error: stray '\302' in program
triunghidublu.cpp:16:1: error: stray '\240' in program
triunghidublu.cpp:16:1: error: stray '\302' in program
triunghidublu.cpp:16:1: error: stray '\240' in program
triunghidublu.cpp:16:1: error: stray '\302' in program
triunghidublu.cpp:16:1: error: stray '\240' in program
triunghidublu.cpp:17:1: error: stray '\302' in program
             cout<<' '; 

 ^
triunghidublu.cpp:17:1: error: stray '\240' in program
triunghidublu.cpp:17:1: error: stray '\302' in program
triunghidublu.cpp:17:1: error: stray '\240' in program
triunghidublu.cpp:17:1: error: stray '\302' in program
triunghidublu.cpp:17:1: error: stray '\240' in program
triunghidublu.cpp:17:1: error: stray '\302' in program
triunghidublu.cpp:17:1: error: stray '\240' in program
triunghidublu.cpp:17:1: error: stray '\302' in program
triunghidublu.cpp:17:1: error: stray '\240' in program
triunghidublu.cpp:17:1: error: stray '\302' in program
triunghidublu.cpp:17:1: error: stray '\240' in program
triunghidublu.cpp:18:1: error: stray '\302' in program
         for(c=1;c<=n;c++) 

 ^
triunghidublu.cpp:18:1: error: stray '\240' in program
triunghidublu.cpp:18:1: error: stray '\302' in program
triunghidublu.cpp:18:1: error: stray '\240' in program
triunghidublu.cpp:18:1: error: stray '\302' in program
triunghidublu.cpp:18:1: error: stray '\240' in program
triunghidublu.cpp:18:1: error: stray '\302' in program
triunghidublu.cpp:18:1: error: stray '\240' in program
triunghidublu.cpp:19:1: error: stray '\302' in program
             cout<<'*'; 

 ^
triunghidublu.cpp:19:1: error: stray '\240' in program
triunghidublu.cpp:19:1: error: stray '\302' in program
triunghidublu.cpp:19:1: error: stray '\240' in program
triunghidublu.cpp:19:1: error: stray '\302' in program
triunghidublu.cpp:19:1: error: stray '\240' in program
triunghidublu.cpp:19:1: error: stray '\302' in program
triunghidublu.cpp:19:1: error: stray '\240' in program
triunghidublu.cpp:19:1: error: stray '\302' in program
triunghidublu.cpp:19:1: error: stray '\240' in program
triunghidublu.cpp:19:1: error: stray '\302' in program
triunghidublu.cpp:19:1: error: stray '\240' in program
triunghidublu.cpp:20:1: error: stray '\302' in program
         cout<<'\n'; 

 ^
triunghidublu.cpp:20:1: error: stray '\240' in program
triunghidublu.cpp:20:1: error: stray '\302' in program
triunghidublu.cpp:20:1: error: stray '\240' in program
triunghidublu.cpp:20:1: error: stray '\302' in program
triunghidublu.cpp:20:1: error: stray '\240' in program
triunghidublu.cpp:20:1: error: stray '\302' in program
triunghidublu.cpp:20:1: error: stray '\240' in program
triunghidublu.cpp:21:1: error: stray '\302' in program
     } 

 ^
triunghidublu.cpp:21:1: error: stray '\240' in program
triunghidublu.cpp:21:1: error: stray '\302' in program
triunghidublu.cpp:21:1: error: stray '\240' in program
triunghidublu.cpp:22:1: error: stray '\302' in program
     for(l=1;l<=n;l++) { 

 ^
triunghidublu.cpp:22:1: error: stray '\240' in program
triunghidublu.cpp:22:1: error: stray '\302' in program
triunghidublu.cpp:22:1: error: stray '\240' in program
triunghidublu.cpp:23:1: error: stray '\302' in program
         for(c=1;c<=n+1-l;c++) 

 ^
triunghidublu.cpp:23:1: error: stray '\240' in program
triunghidublu.cpp:23:1: error: stray '\302' in program
triunghidublu.cpp:23:1: error: stray '\240' in program
triunghidublu.cpp:23:1: error: stray '\302' in program
triunghidublu.cpp:23:1: error: stray '\240' in program
triunghidublu.cpp:23:1: error: stray '\302' in program
triunghidublu.cpp:23:1: error: stray '\240' in program
triunghidublu.cpp:24:1: error: stray '\302' in program
             cout<<'*'; 

 ^
triunghidublu.cpp:24:1: error: stray '\240' in program
triunghidublu.cpp:24:1: error: stray '\302' in program
triunghidublu.cpp:24:1: error: stray '\240' in program
triunghidublu.cpp:24:1: error: stray '\302' in program
triunghidublu.cpp:24:1: error: stray '\240' in program
triunghidublu.cpp:24:1: error: stray '\302' in program
triunghidublu.cpp:24:1: error: stray '\240' in program
triunghidublu.cpp:24:1: error: stray '\302' in program
triunghidublu.cpp:24:1: error: stray '\240' in program
triunghidublu.cpp:24:1: error: stray '\302' in program
triunghidublu.cpp:24:1: error: stray '\240' in program
triunghidublu.cpp:25:1: error: stray '\302' in program
         for(c=n+1-l;c<n;c++)

 ^
triunghidublu.cpp:25:1: error: stray '\240' in program
triunghidublu.cpp:25:1: error: stray '\302' in program
triunghidublu.cpp:25:1: error: stray '\240' in program
triunghidublu.cpp:25:1: error: stray '\302' in program
triunghidublu.cpp:25:1: error: stray '\240' in program
triunghidublu.cpp:25:1: error: stray '\302' in program
triunghidublu.cpp:25:1: error: stray '\240' in program
triunghidublu.cpp:26:1: error: stray '\302' in program
             cout<<' '; 

 ^
triunghidublu.cpp:26:1: error: stray '\240' in program
triunghidublu.cpp:26:1: error: stray '\302' in program
triunghidublu.cpp:26:1: error: stray '\240' in program
triunghidublu.cpp:26:1: error: stray '\302' in program
triunghidublu.cpp:26:1: error: stray '\240' in program
triunghidublu.cpp:26:1: error: stray '\302' in program
triunghidublu.cpp:26:1: error: stray '\240' in program
triunghidublu.cpp:26:1: error: stray '\302' in program
triunghidublu.cpp:26:1: error: stray '\240' in program
triunghidublu.cpp:26:1: error: stray '\302' in program
triunghidublu.cpp:26:1: error: stray '\240' in program
triunghidublu.cpp:27:1: error: stray '\302' in program
         for(c=1;c<=n;c++) 

 ^
triunghidublu.cpp:27:1: error: stray '\240' in program
triunghidublu.cpp:27:1: error: stray '\302' in program
triunghidublu.cpp:27:1: error: stray '\240' in program
triunghidublu.cpp:27:1: error: stray '\302' in program
triunghidublu.cpp:27:1: error: stray '\240' in program
triunghidublu.cpp:27:1: error: stray '\302' in program
triunghidublu.cpp:27:1: error: stray '\240' in program
triunghidublu.cpp:28:1: error: stray '\302' in program
             cout<<' '; 

 ^
triunghidublu.cpp:28:1: error: stray '\240' in program
triunghidublu.cpp:28:1: error: stray '\302' in program
triunghidublu.cpp:28:1: error: stray '\240' in program
triunghidublu.cpp:28:1: error: stray '\302' in program
triunghidublu.cpp:28:1: error: stray '\240' in program
triunghidublu.cpp:28:1: error: stray '\302' in program
triunghidublu.cpp:28:1: error: stray '\240' in program
triunghidublu.cpp:28:1: error: stray '\302' in program
triunghidublu.cpp:28:1: error: stray '\240' in program
triunghidublu.cpp:28:1: error: stray '\302' in program
triunghidublu.cpp:28:1: error: stray '\240' in program
triunghidublu.cpp:29:1: error: stray '\302' in program
         for(c=1;c<l;c++) cout<<' ';

 ^
triunghidublu.cpp:29:1: error: stray '\240' in program
triunghidublu.cpp:29:1: error: stray '\302' in program
triunghidublu.cpp:29:1: error: stray '\240' in program
triunghidublu.cpp:29:1: error: stray '\302' in program
triunghidublu.cpp:29:1: error: stray '\240' in program
triunghidublu.cpp:29:1: error: stray '\302' in program
triunghidublu.cpp:29:1: error: stray '\240' in program
triunghidublu.cpp:30:1: error: stray '\302' in program
         for(c=l;c<=n;c++) cout<<'*'; 

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

 ^
triunghidublu.cpp:31:1: error: stray '\240' in program
triunghidublu.cpp:31:1: error: stray '\302' in program
triunghidublu.cpp:31:1: error: stray '\240' in program
triunghidublu.cpp:31:1: error: stray '\302' in program
triunghidublu.cpp:31:1: error: stray '\240' in program
triunghidublu.cpp:31:1: error: stray '\302' in program
triunghidublu.cpp:31:1: error: stray '\240' in program
triunghidublu.cpp:32:1: error: stray '\302' in program
     } 

 ^
triunghidublu.cpp:32:1: error: stray '\240' in program
triunghidublu.cpp:32:1: error: stray '\302' in program
triunghidublu.cpp:32:1: error: stray '\240' in program
triunghidublu.cpp:32:1: error: stray '\302' in program
triunghidublu.cpp:32:1: error: stray '\240' in program
triunghidublu.cpp:33:1: error: stray '\302' in program
     return 0; 

 ^
triunghidublu.cpp:33:1: error: stray '\240' in program
triunghidublu.cpp:33:1: error: stray '\302' in program
triunghidublu.cpp:33: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 TriunghiDublu 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ă.