#3071
densitate
O eprubetă plină cu apă cântărește a
grame. În eprubetă se scufundă o monedă de b
grame. În noua stare, eprubeta cântărește c
grame. Să se determine densitatea metalului din care e confecționată moneda.
Problema | densitate | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54727215 | Utilizator | |
Fișier | densitate.cpp | Dimensiune | 160 B |
Data încărcării | 06 Decembrie 2024, 14:30 | Scor / rezultat | Eroare de compilare |
densitate.cpp: In function 'int main()': densitate.cpp:7:14: error: two or more data types in declaration of 'a' float int a,b,c,d,x; ^ densitate.cpp:7:16: error: two or more data types in declaration of 'b' float int a,b,c,d,x; ^ densitate.cpp:7:18: error: two or more data types in declaration of 'c' float int a,b,c,d,x; ^ densitate.cpp:7:20: error: two or more data types in declaration of 'd' float int a,b,c,d,x; ^ densitate.cpp:7:22: error: two or more data types in declaration of 'x' float int a,b,c,d,x; ^ densitate.cpp:8:9: error: 'a' was not declared in this scope cin>>a>>b>>c; ^ densitate.cpp:8:12: error: 'b' was not declared in this scope cin>>a>>b>>c; ^ densitate.cpp:8:15: error: 'c' was not declared in this scope cin>>a>>b>>c; ^ densitate.cpp:9:4: error: 'x' was not declared in this scope x=a+b-c; ^ densitate.cpp:10:5: error: 'd' was not declared in this scope d=b/x; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema densitate 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ă.