#1568
MedieDiv
C++
Se citeşte de la tastatură un număr natural n
. Să se calculeze şi să se afişeze media aritmetică a tuturor divizorilor săi. Media va fi cu fix 2
zecimale dupa virgula.
Problema | MedieDiv | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53907697 | Utilizator | |
Fișier | mediediv.cpp | Dimensiune | 421 B |
Data încărcării | 14 Noiembrie 2024, 13:53 | Scor / rezultat | Eroare de compilare |
mediediv.cpp: In function 'int main()': mediediv.cpp:8:5: error: expected initializer before 'int' int nrd=o; sd=0; ^ mediediv.cpp:8:16: error: 'sd' was not declared in this scope int nrd=o; sd=0; ^ mediediv.cpp:11:9: error: 'd' was not declared in this scope for(d=1;d*d<n;d++) ^ mediediv.cpp:14:9: error: 'nrd' was not declared in this scope nrd=nrd+2; ^ mediediv.cpp:18:8: error: 'd' was not declared in this scope if(d*d==n) ^ mediediv.cpp:20:9: error: 'nrd' was not declared in this scope nrd++; ^ mediediv.cpp:23:8: error: 'ds' was not declared in this scope ma=ds*1.0/nrd; ^ mediediv.cpp:23:15: error: 'nrd' was not declared in this scope ma=ds*1.0/nrd; ^ mediediv.cpp:25:15: error: no match for 'operator<<' (operand types are 'std::ios_base&(std::ios_base&)' and 'std::_Setprecision') cout<fixed<<setprecision(2)<<ma; ^ mediediv.cpp:25:15: note: candidates are: In file included from /usr/include/c++/4.8/string:52:0, from /usr/include/c++/4.8/bits/locale_classes.h:40, from /usr/include/c++/4.8/bits/ios_base.h:41, from /usr/include/c++/4.8/ios:42, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from mediediv.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2753:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) operator<<(basic_ostream<_CharT, _Traits>& __os, ^ /usr/include/c++/4.8/bits/basic_string.h:2753:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:471:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT) operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c) ^ /usr/include/c++/4.8/ostream:471:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:476:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) operator<<(basic_ostream<_CharT, _Traits>& __out, char __c) ^ /usr/include/c++/4.8/ostream:476:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:482:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) operator<<(basic_ostream<char, _Traits>& __out, char __c) ^ /usr/include/c++/4.8/ostream:482:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<char, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:488:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char) operator<<(basic_ostream<char, _Traits>& __out, signed char __c) ^ /usr/include/c++/4.8/ostream:488:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<char, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:493:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char) operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c) ^ /usr/include/c++/4.8/ostream:493:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<char, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:513:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*) operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s) ^ /usr/include/c++/4.8/ostream:513:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/ostream:612:0, from /usr/include/c++/4.8/iostream:39, from mediediv.cpp:1: /usr/include/c++/4.8/bits/ostream.tcc:321:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*) operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s) ^ /usr/include/c++/4.8/bits/ostream.tcc:321:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:530:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*) operator<<(basic_ostream<char, _Traits>& __out, const char* __s) ^ /usr/include/c++/4.8/ostream:530:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<char, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:543:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*) operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s) ^ /usr/include/c++/4.8/ostream:543:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<char, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:548:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*) operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s) ^ /usr/include/c++/4.8/ostream:548:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<char, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from /usr/include/c++/4.8/iostream:39:0, from mediediv.cpp:1: /usr/include/c++/4.8/ostream:602:5: note: template<class _CharT, class _Traits, class _Tp> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&&, const _Tp&) operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x) ^ /usr/include/c++/4.8/ostream:602:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from mediediv.cpp:2:0: /usr/include/c++/4.8/iomanip:76:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Resetiosflags) operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) ^ /usr/include/c++/4.8/iomanip:76:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from mediediv.cpp:2:0: /usr/include/c++/4.8/iomanip:106:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setiosflags) operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) ^ /usr/include/c++/4.8/iomanip:106:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from mediediv.cpp:2:0: /usr/include/c++/4.8/iomanip:140:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setbase) operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) ^ /usr/include/c++/4.8/iomanip:140:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from mediediv.cpp:2:0: /usr/include/c++/4.8/iomanip:175:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setfill<_CharT>) operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) ^ /usr/include/c++/4.8/iomanip:175:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from mediediv.cpp:2:0: /usr/include/c++/4.8/iomanip:205:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setprecision) operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f) ^ /usr/include/c++/4.8/iomanip:205:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from mediediv.cpp:2:0: /usr/include/c++/4.8/iomanip:235:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setw) operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f) ^ /usr/include/c++/4.8/iomanip:235:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^ In file included from mediediv.cpp:2:0: /usr/include/c++/4.8/iomanip:308:5: note: template<class _CharT, class _Traits, class _MoneyT> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Put_money<_MoneyT>) operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_money<_MoneyT> __f) ^ /usr/include/c++/4.8/iomanip:308:5: note: template argument deduction/substitution failed: mediediv.cpp:25:31: note: mismatched types 'std::basic_ostream<_CharT, _Traits>' and 'std::ios_base&(std::ios_base&)' cout<fixed<<setprecision(2)<<ma; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema MedieDiv 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ă.