Detalii evaluare #22276763

Rezumat problemă

#1307 Siruri1

Se citeşte un şir X de numere naturale cu n elemente. Scrieţi un program care determină şirul Y de numere prime distincte, care figurează la puterea întâi în cel puţin o descompunere ȋn factori primi a unui număr din șirul X. Dacă niciun element al şirului X nu are un factor prim la puterea întâi, atunci se va tipări mesajul Sirul Y e vid.

Admitere Mate-Info UBB, septembrie 2013

Detalii

Problema Siruri1 Operații I/O tastatură/ecran
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #22276763 Utilizator Mihali Violeta Nicoleta (VioNico)
Fișier siruri1.cpp Dimensiune 1.93 KB
Data încărcării 01 Aprilie 2020, 17:56 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

siruri1.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>

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

 ^
siruri1.cpp:2:1: error: stray '\240' in program
siruri1.cpp:2:1: error: stray '\302' in program
siruri1.cpp:2:1: error: stray '\240' in program
siruri1.cpp:3:1: error: stray '\302' in program
 void Citire(int &, int *);

 ^
siruri1.cpp:3:1: error: stray '\240' in program
siruri1.cpp:3:1: error: stray '\302' in program
siruri1.cpp:3:1: error: stray '\240' in program
siruri1.cpp:3:1: error: stray '\302' in program
siruri1.cpp:3:1: error: stray '\240' in program
siruri1.cpp:3:1: error: stray '\302' in program
siruri1.cpp:3:1: error: stray '\240' in program
siruri1.cpp:4:1: error: stray '\302' in program
 void Afisare(int , int *);

 ^
siruri1.cpp:4:1: error: stray '\240' in program
siruri1.cpp:4:1: error: stray '\302' in program
siruri1.cpp:4:1: error: stray '\240' in program
siruri1.cpp:4:1: error: stray '\302' in program
siruri1.cpp:4:1: error: stray '\240' in program
siruri1.cpp:4:1: error: stray '\302' in program
siruri1.cpp:4:1: error: stray '\240' in program
siruri1.cpp:5:1: error: stray '\302' in program
 void Eratostene(int *);

 ^
siruri1.cpp:5:1: error: stray '\240' in program
siruri1.cpp:5:1: error: stray '\302' in program
siruri1.cpp:5:1: error: stray '\240' in program
siruri1.cpp:6:1: error: stray '\302' in program
 bool Putere1(int , int );

 ^
siruri1.cpp:6:1: error: stray '\240' in program
siruri1.cpp:6:1: error: stray '\302' in program
siruri1.cpp:6:1: error: stray '\240' in program
siruri1.cpp:6:1: error: stray '\302' in program
siruri1.cpp:6:1: error: stray '\240' in program
siruri1.cpp:6:1: error: stray '\302' in program
siruri1.cpp:6:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
 void Construire(int , int * , int & ,int *);

 ^
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:7:1: error: stray '\302' in program
siruri1.cpp:7:1: error: stray '\240' in program
siruri1.cpp:9:1: error: stray '\302' in program
 int  v[1001];

 ^
siruri1.cpp:9:1: error: stray '\240' in program
siruri1.cpp:9:1: error: stray '\302' in program
siruri1.cpp:9:1: error: stray '\240' in program
siruri1.cpp:11:1: error: stray '\302' in program
 int main()

 ^
siruri1.cpp:11:1: error: stray '\240' in program
siruri1.cpp:13:1: error: stray '\302' in program
     int n,x[501],m,y[1001];

 ^
siruri1.cpp:13:1: error: stray '\240' in program
siruri1.cpp:13:1: error: stray '\302' in program
siruri1.cpp:13:1: error: stray '\240' in program
siruri1.cpp:13:1: error: stray '\302' in program
siruri1.cpp:13:1: error: stray '\240' in program
siruri1.cpp:13:1: error: stray '\302' in program
siruri1.cpp:13:1: error: stray '\240' in program
siruri1.cpp:13:1: error: stray '\302' in program
siruri1.cpp:13:1: error: stray '\240' in program
siruri1.cpp:14:1: error: stray '\302' in program
     Citire(n , x);

 ^
siruri1.cpp:14:1: error: stray '\240' in program
siruri1.cpp:14:1: error: stray '\302' in program
siruri1.cpp:14:1: error: stray '\240' in program
siruri1.cpp:14:1: error: stray '\302' in program
siruri1.cpp:14:1: error: stray '\240' in program
siruri1.cpp:14:1: error: stray '\302' in program
siruri1.cpp:14:1: error: stray '\240' in program
siruri1.cpp:14:1: error: stray '\302' in program
siruri1.cpp:14:1: error: stray '\240' in program
siruri1.cpp:14:1: error: stray '\302' in program
siruri1.cpp:14:1: error: stray '\240' in program
siruri1.cpp:15:1: error: stray '\302' in program
     Eratostene(v);

 ^
siruri1.cpp:15:1: error: stray '\240' in program
siruri1.cpp:15:1: error: stray '\302' in program
siruri1.cpp:15:1: error: stray '\240' in program
siruri1.cpp:15:1: error: stray '\302' in program
siruri1.cpp:15:1: error: stray '\240' in program
siruri1.cpp:15:1: error: stray '\302' in program
siruri1.cpp:15:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
     Construire(n , x , m , y);

 ^
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:16:1: error: stray '\302' in program
siruri1.cpp:16:1: error: stray '\240' in program
siruri1.cpp:17:1: error: stray '\302' in program
     if(m > 0)

 ^
siruri1.cpp:17:1: error: stray '\240' in program
siruri1.cpp:17:1: error: stray '\302' in program
siruri1.cpp:17:1: error: stray '\240' in program
siruri1.cpp:17:1: error: stray '\302' in program
siruri1.cpp:17:1: error: stray '\240' in program
siruri1.cpp:17:1: error: stray '\302' in program
siruri1.cpp:17:1: error: stray '\240' in program
siruri1.cpp:17:1: error: stray '\302' in program
siruri1.cpp:17:1: error: stray '\240' in program
siruri1.cpp:17:1: error: stray '\302' in program
siruri1.cpp:17:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
         Afisare(m , y);

 ^
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:18:1: error: stray '\302' in program
siruri1.cpp:18:1: error: stray '\240' in program
siruri1.cpp:19:1: error: stray '\302' in program
     else

 ^
siruri1.cpp:19:1: error: stray '\240' in program
siruri1.cpp:19:1: error: stray '\302' in program
siruri1.cpp:19:1: error: stray '\240' in program
siruri1.cpp:19:1: error: stray '\302' in program
siruri1.cpp:19:1: error: stray '\240' in program
siruri1.cpp:19:1: error: stray '\302' in program
siruri1.cpp:19:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
         cout << "Sirul Y este vid.";

 ^
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:20:1: error: stray '\302' in program
siruri1.cpp:20:1: error: stray '\240' in program
siruri1.cpp:21:1: error: stray '\302' in program
     return 0;

 ^
siruri1.cpp:21:1: error: stray '\240' in program
siruri1.cpp:21:1: error: stray '\302' in program
siruri1.cpp:21:1: error: stray '\240' in program
siruri1.cpp:21:1: error: stray '\302' in program
siruri1.cpp:21:1: error: stray '\240' in program
siruri1.cpp:21:1: error: stray '\302' in program
siruri1.cpp:21:1: error: stray '\240' in program
siruri1.cpp:21:1: error: stray '\302' in program
siruri1.cpp:21:1: error: stray '\240' in program
siruri1.cpp:24:1: error: stray '\302' in program
 void Citire(int & n , int * x)

 ^
siruri1.cpp:24:1: error: stray '\240' in program
siruri1.cpp:24:1: error: stray '\302' in program
siruri1.cpp:24:1: error: stray '\240' in program
siruri1.cpp:24:1: error: stray '\302' in program
siruri1.cpp:24:1: error: stray '\240' in program
siruri1.cpp:24:1: error: stray '\302' in program
siruri1.cpp:24:1: error: stray '\240' in program
siruri1.cpp:24:1: error: stray '\302' in program
siruri1.cpp:24:1: error: stray '\240' in program
siruri1.cpp:24:1: error: stray '\302' in program
siruri1.cpp:24:1: error: stray '\240' in program
siruri1.cpp:24:1: error: stray '\302' in program
siruri1.cpp:24:1: error: stray '\240' in program
siruri1.cpp:26:1: error: stray '\302' in program
     cin >> n;

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

 ^
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:27:1: error: stray '\302' in program
siruri1.cpp:27:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
         cin >> x[i];

 ^
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:28:1: error: stray '\302' in program
siruri1.cpp:28:1: error: stray '\240' in program
siruri1.cpp:31:1: error: stray '\302' in program
 void Afisare(int n , int * x)

 ^
siruri1.cpp:31:1: error: stray '\240' in program
siruri1.cpp:31:1: error: stray '\302' in program
siruri1.cpp:31:1: error: stray '\240' in program
siruri1.cpp:31:1: error: stray '\302' in program
siruri1.cpp:31:1: error: stray '\240' in program
siruri1.cpp:31:1: error: stray '\302' in program
siruri1.cpp:31:1: error: stray '\240' in program
siruri1.cpp:31:1: error: stray '\302' in program
siruri1.cpp:31:1: error: stray '\240' in program
siruri1.cpp:31:1: error: stray '\302' in program
siruri1.cpp:31:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
     for(int i = 1 ; i <= n ; i ++)

 ^
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:33:1: error: stray '\302' in program
siruri1.cpp:33:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
         cout << x[i] << " ";

 ^
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:34:1: error: stray '\302' in program
siruri1.cpp:34:1: error: stray '\240' in program
siruri1.cpp:35:1: error: stray '\302' in program
     cout << endl;

 ^
siruri1.cpp:35:1: error: stray '\240' in program
siruri1.cpp:35:1: error: stray '\302' in program
siruri1.cpp:35:1: error: stray '\240' in program
siruri1.cpp:35:1: error: stray '\302' in program
siruri1.cpp:35:1: error: stray '\240' in program
siruri1.cpp:35:1: error: stray '\302' in program
siruri1.cpp:35:1: error: stray '\240' in program
siruri1.cpp:35:1: error: stray '\302' in program
siruri1.cpp:35:1: error: stray '\240' in program
siruri1.cpp:35:1: error: stray '\302' in program
siruri1.cpp:35:1: error: stray '\240' in program
siruri1.cpp:38:1: error: stray '\302' in program
 void Eratostene(int * v)

 ^
siruri1.cpp:38:1: error: stray '\240' in program
siruri1.cpp:38:1: error: stray '\302' in program
siruri1.cpp:38:1: error: stray '\240' in program
siruri1.cpp:38:1: error: stray '\302' in program
siruri1.cpp:38:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
     for(int i = 0 ; i <= 1000 ; i ++)

 ^
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:40:1: error: stray '\302' in program
siruri1.cpp:40:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
         v[i] = 1;

 ^
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:41:1: error: stray '\302' in program
siruri1.cpp:41:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
     v[0] = v[1] = 0;

 ^
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:42:1: error: stray '\302' in program
siruri1.cpp:42:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
     for(int i = 2 ; i * i <= 1000; i ++)

 ^
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:43:1: error: stray '\302' in program
siruri1.cpp:43:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
         if(v[i] == 1)

 ^
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:44:1: error: stray '\302' in program
siruri1.cpp:44:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
             for(int j = 2 ; i * j <= 1000 ; j ++)

 ^
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:45:1: error: stray '\302' in program
siruri1.cpp:45:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
                 v[i*j] = 0;

 ^
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:46:1: error: stray '\302' in program
siruri1.cpp:46:1: error: stray '\240' in program
siruri1.cpp:49:1: error: stray '\302' in program
 bool Putere1(int n , int d)

 ^
siruri1.cpp:49:1: error: stray '\240' in program
siruri1.cpp:49:1: error: stray '\302' in program
siruri1.cpp:49:1: error: stray '\240' in program
siruri1.cpp:49:1: error: stray '\302' in program
siruri1.cpp:49:1: error: stray '\240' in program
siruri1.cpp:49:1: error: stray '\302' in program
siruri1.cpp:49:1: error: stray '\240' in program
siruri1.cpp:49:1: error: stray '\302' in program
siruri1.cpp:49:1: error: stray '\240' in program
siruri1.cpp:51:1: error: stray '\302' in program
     // returnează true daca d apare la puterea 1 in descompunerea lui n

 ^
siruri1.cpp:51:1: error: stray '\240' in program
siruri1.cpp:51:1: error: stray '\302' in program
siruri1.cpp:51:1: error: stray '\240' in program
siruri1.cpp:51:1: error: stray '\302' in program
siruri1.cpp:51:1: error: stray '\240' in program
siruri1.cpp:51:1: error: stray '\302' in program
siruri1.cpp:51:1: error: stray '\240' in program
siruri1.cpp:52:1: error: stray '\302' in program
     int p = 0;

 ^
siruri1.cpp:52:1: error: stray '\240' in program
siruri1.cpp:52:1: error: stray '\302' in program
siruri1.cpp:52:1: error: stray '\240' in program
siruri1.cpp:52:1: error: stray '\302' in program
siruri1.cpp:52:1: error: stray '\240' in program
siruri1.cpp:52:1: error: stray '\302' in program
siruri1.cpp:52:1: error: stray '\240' in program
siruri1.cpp:52:1: error: stray '\302' in program
siruri1.cpp:52:1: error: stray '\240' in program
siruri1.cpp:52:1: error: stray '\302' in program
siruri1.cpp:52:1: error: stray '\240' in program
siruri1.cpp:52:1: error: stray '\302' in program
siruri1.cpp:52:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
     while(n % d == 0)

 ^
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:53:1: error: stray '\302' in program
siruri1.cpp:53:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
         p ++, n /= d;

 ^
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:54:1: error: stray '\302' in program
siruri1.cpp:54:1: error: stray '\240' in program
siruri1.cpp:55:1: error: stray '\302' in program
     return p == 1;

 ^
siruri1.cpp:55:1: error: stray '\240' in program
siruri1.cpp:55:1: error: stray '\302' in program
siruri1.cpp:55:1: error: stray '\240' in program
siruri1.cpp:55:1: error: stray '\302' in program
siruri1.cpp:55:1: error: stray '\240' in program
siruri1.cpp:55:1: error: stray '\302' in program
siruri1.cpp:55:1: error: stray '\240' in program
siruri1.cpp:55:1: error: stray '\302' in program
siruri1.cpp:55:1: error: stray '\240' in program
siruri1.cpp:55:1: error: stray '\302' in program
siruri1.cpp:55:1: error: stray '\240' in program
siruri1.cpp:55:1: error: stray '\302' in program
siruri1.cpp:55:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
 void Construire(int n , int * x , int & m, int * y)

 ^
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:58:1: error: stray '\302' in program
siruri1.cpp:58:1: error: stray '\240' in program
siruri1.cpp:60:1: error: stray '\302' in program
     m = 0;

 ^
siruri1.cpp:60:1: error: stray '\240' in program
siruri1.cpp:60:1: error: stray '\302' in program
siruri1.cpp:60:1: error: stray '\240' in program
siruri1.cpp:60:1: error: stray '\302' in program
siruri1.cpp:60:1: error: stray '\240' in program
siruri1.cpp:60:1: error: stray '\302' in program
siruri1.cpp:60:1: error: stray '\240' in program
siruri1.cpp:60:1: error: stray '\302' in program
siruri1.cpp:60:1: error: stray '\240' in program
siruri1.cpp:60:1: error: stray '\302' in program
siruri1.cpp:60:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
     for(int i = 2 ; i <= 1000 ; i ++)

 ^
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:61:1: error: stray '\302' in program
siruri1.cpp:61:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
         if(v[i] == 1)

 ^
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:62:1: error: stray '\302' in program
siruri1.cpp:62:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
         {

 ^
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:63:1: error: stray '\302' in program
siruri1.cpp:63:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
             bool OK = false;

 ^
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:64:1: error: stray '\302' in program
siruri1.cpp:64:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
             for(int j = 1 ; j <= n  && ! OK ; j ++)

 ^
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:65:1: error: stray '\302' in program
siruri1.cpp:65:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
                 if(Putere1(x[j] , i))

 ^
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:66:1: error: stray '\302' in program
siruri1.cpp:66:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
                     OK = true;

 ^
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:67:1: error: stray '\302' in program
siruri1.cpp:67:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
             if(OK)

 ^
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:68:1: error: stray '\302' in program
siruri1.cpp:68:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
                 y[++m] = i;

 ^
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:69:1: error: stray '\302' in program
siruri1.cpp:69:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
         }

 ^
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp:70:1: error: stray '\302' in program
siruri1.cpp:70:1: error: stray '\240' in program
siruri1.cpp: In function 'int main()':
siruri1.cpp:20:17: error: 'cout' was not declared in this scope
         cout << "Sirul Y este vid.";

                 ^
siruri1.cpp: In function 'void Citire(int&, int*)':
siruri1.cpp:26:9: error: 'cin' was not declared in this scope
     cin >> n;

         ^
siruri1.cpp: In function 'void Afisare(int, int*)':
siruri1.cpp:34:17: error: 'cout' was not declared in this scope
         cout << x[i] << " ";

                 ^
siruri1.cpp:35:9: error: 'cout' was not declared in this scope
     cout << endl;

         ^
siruri1.cpp:35:19: error: 'endl' was not declared in this scope
     cout << endl;

                   ^

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