#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 | #33378976 | Utilizator | |
Fișier | aceeasi_paritate_2.cpp | Dimensiune | 511 B |
Data încărcării | 16 Decembrie 2021, 13:35 | Scor / rezultat | Eroare de compilare |
aceeasi_paritate_2.cpp:5:18: error: expected ']' before ';' token long long a[20005; ^ aceeasi_paritate_2.cpp: In function 'int main()': aceeasi_paritate_2.cpp:9:7: error: 'a' was not declared in this scope {cin>>a[i]; ^ aceeasi_paritate_2.cpp:16:4: error: 'a' was not declared in this scope {x=a[i];y=a[i+1]; ^ aceeasi_paritate_2.cpp:20: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:20: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:20: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:20: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:29:11: error: 'a' was not declared in this scope 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ă.