#1366
aceeasi_paritate_2
Se dau n
numere întregi. Să se insereze între oricare două numere de aceeași paritate media lor aritmetică. Să se realizeze acest procedeu până nu se mai pot adăuga noi elemente.
Problema | aceeasi_paritate_2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #33378952 | Utilizator | |
Fișier | aceeasi_paritate_2.cpp | Dimensiune | 500 B |
Data încărcării | 16 Decembrie 2021, 13:33 | Scor / rezultat | Eroare de compilare |
aceeasi_paritate_2.cpp: In function 'int main()': aceeasi_paritate_2.cpp:8:10: error: invalid types 'double [20005][double]' for array subscript {cin>>a[i]; ^ aceeasi_paritate_2.cpp:9:10: error: invalid types 'double [20005][double]' for array subscript cout<<a[i]<<" ";} ^ aceeasi_paritate_2.cpp:15:7: error: invalid types 'double [20005][double]' for array subscript {x=a[i];y=a[i+1]; ^ aceeasi_paritate_2.cpp:15:16: error: invalid types 'double [20005][double]' for array subscript {x=a[i];y=a[i+1]; ^ aceeasi_paritate_2.cpp:19:7: error: invalid operands of types 'double' and 'int' to binary 'operator%' if((x%2==1 && y%2==1 )|| (x%2==0 && y%2==0)) ^ aceeasi_paritate_2.cpp:19:17: error: invalid operands of types 'double' and 'int' to binary 'operator%' if((x%2==1 && y%2==1 )|| (x%2==0 && y%2==0)) ^ aceeasi_paritate_2.cpp:19:29: error: invalid operands of types 'double' and 'int' to binary 'operator%' if((x%2==1 && y%2==1 )|| (x%2==0 && y%2==0)) ^ aceeasi_paritate_2.cpp:19:39: error: invalid operands of types 'double' and 'int' to binary 'operator%' if((x%2==1 && y%2==1 )|| (x%2==0 && y%2==0)) ^ aceeasi_paritate_2.cpp:22:10: error: invalid types 'double [20005][double]' for array subscript a[j+1]=a[j]; ^ aceeasi_paritate_2.cpp:22:15: error: invalid types 'double [20005][double]' for array subscript a[j+1]=a[j]; ^ aceeasi_paritate_2.cpp:23:9: error: invalid types 'double [20005][double]' for array subscript a[i+1]=s; ^ aceeasi_paritate_2.cpp:28:14: error: invalid types 'double [20005][double]' for array subscript cout<<a[j]<<" "; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema aceeasi_paritate_2 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ă.