#3539
oop_numere_complexe
C++
Ai primit definiția unei clase. Implementează toate metodele clasei.
Problema | oop_numere_complexe | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51633021 | Utilizator | |
Fișier | oop_numere_complexe.cpp | Dimensiune | 1.17 KB |
Data încărcării | 24 Iulie 2024, 20:22 | Scor / rezultat | Eroare de compilare |
oop_numere_complexe.cpp:58:5: error: 'friend' used outside of class friend ostream& operator<<(ostream& COUT, const Complex& NR) ^ oop_numere_complexe.cpp:75:5: error: 'Complex::Complex' names the constructor, not the type Complex ::Complex operator +(Complex NR) ^ oop_numere_complexe.cpp: In function 'Complex operator-(Complex)': oop_numere_complexe.cpp:83:26: error: 'real' was not declared in this scope Complex aux(real() - NR.real(), imag() - NR.imag()); ^ oop_numere_complexe.cpp:83:46: error: 'imag' was not declared in this scope Complex aux(real() - NR.real(), imag() - NR.imag()); ^ oop_numere_complexe.cpp: In function 'Complex operator*(Complex)': oop_numere_complexe.cpp:89:26: error: 'real' was not declared in this scope Complex aux(real() * NR.real(), imag() + NR.imag()); ^ oop_numere_complexe.cpp:89:46: error: 'imag' was not declared in this scope Complex aux(real() * NR.real(), imag() + NR.imag()); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema oop_numere_complexe face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.