#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.
Problema | Siruri1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #13744428 | Utilizator | |
Fișier | siruri1.cpp | Dimensiune | 1.85 KB |
Data încărcării | 06 Februarie 2019, 14:57 | Scor / rezultat | Eroare de 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:4:1: error: stray '\302' in program void Citire(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: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 Afisare(int , 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:5:1: error: stray '\302' in program 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 void Eratostene(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:7:1: error: stray '\302' in program bool Putere1(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:8:1: error: stray '\302' in program void Construire(int , int * , int & ,int *); ^ siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:8:1: error: stray '\302' in program siruri1.cpp:8:1: error: stray '\240' in program siruri1.cpp:10:1: error: stray '\302' in program int v[1001]; ^ siruri1.cpp:10:1: error: stray '\240' in program siruri1.cpp:10:1: error: stray '\302' in program siruri1.cpp:10:1: error: stray '\240' in program siruri1.cpp:12:1: error: stray '\302' in program int main() ^ siruri1.cpp:12:1: error: stray '\240' in program siruri1.cpp:14:1: error: stray '\302' in program int n,x[501],m,y[1001]; ^ 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 Citire(n , x); ^ 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: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 Eratostene(v); ^ 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 Construire(n , x , m , y); ^ 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: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 if(m > 0) ^ 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 Afisare(m , y); ^ 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: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: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 else ^ 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 cout << "Sirul Y este vid."; ^ 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: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: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 ^ 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:21:17: error: 'cout' was not declared in this scope cout << "Sirul Y este vid."; ^ siruri1.cpp:25:1: error: a function-definition is not allowed here before '{' token { ^ siruri1.cpp:32:1: error: a function-definition is not allowed here before '{' token { ^ siruri1.cpp:39:1: error: a function-definition is not allowed here before '{' token { ^ siruri1.cpp:50:1: error: a function-definition is not allowed here before '{' token { ^ siruri1.cpp:59:1: error: a function-definition is not allowed here before '{' token { ^ siruri1.cpp:72:10: error: expected '}' at end of input return 0;} ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Siruri1 face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
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ă.