#3046
telefon
N
copii cum joacă “telefonul fără fir”.
Jocul decurge în felul următor:
Ox
, copilul i
la distanța X
i
metri față de origine.1. Care este durata minimă a jocului, dacă Dorel nu ia parte la joc?
2. Care este durata minimă a jocului, dacă Dorel ia parte la joc și se poziționează în mod optim pentru a minimiza durata jocului?
Problema | telefon | Operații I/O |
telefon.in /telefon.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #48297233 | Utilizator | |
Fișier | telefon.cpp | Dimensiune | 1.83 KB |
Data încărcării | 21 Ianuarie 2024, 14:16 | Scor / rezultat | Eroare de compilare |
telefon.cpp: In function 'int main()': telefon.cpp:29:36: error: no matching function for call to 'max(int, long long int)' long long last=max(0, i-b/r); ^ telefon.cpp:29:36: note: candidates are: In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from telefon.cpp:1: /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&) max(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template argument deduction/substitution failed: telefon.cpp:29:36: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int') long long last=max(0, i-b/r); ^ In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from telefon.cpp:1: /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare) max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template argument deduction/substitution failed: telefon.cpp:29:36: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int') long long last=max(0, i-b/r); ^ In file included from /usr/include/c++/4.8/algorithm:62:0, from telefon.cpp:3: /usr/include/c++/4.8/bits/stl_algo.h:4231:5: note: template<class _Tp> _Tp std::max(std::initializer_list<_Tp>) max(initializer_list<_Tp> __l) ^ /usr/include/c++/4.8/bits/stl_algo.h:4231:5: note: template argument deduction/substitution failed: telefon.cpp:29:36: note: mismatched types 'std::initializer_list<_Tp>' and 'int' long long last=max(0, i-b/r); ^ In file included from /usr/include/c++/4.8/algorithm:62:0, from telefon.cpp:3: /usr/include/c++/4.8/bits/stl_algo.h:4236:5: note: template<class _Tp, class _Compare> _Tp std::max(std::initializer_list<_Tp>, _Compare) max(initializer_list<_Tp> __l, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algo.h:4236:5: note: template argument deduction/substitution failed: telefon.cpp:29:36: note: mismatched types 'std::initializer_list<_Tp>' and 'int' long long last=max(0, i-b/r); ^ telefon.cpp:38:36: error: no matching function for call to 'max(int, long long int)' long long last=max(0, i-b/r); ^ telefon.cpp:38:36: note: candidates are: In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from telefon.cpp:1: /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&) max(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template argument deduction/substitution failed: telefon.cpp:38:36: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int') long long last=max(0, i-b/r); ^ In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iostream:39, from telefon.cpp:1: /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare) max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template argument deduction/substitution failed: telefon.cpp:38:36: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int') long long last=max(0, i-b/r); ^ In file included from /usr/include/c++/4.8/algorithm:62:0, from telefon.cpp:3: /usr/include/c++/4.8/bits/stl_algo.h:4231:5: note: template<class _Tp> _Tp std::max(std::initializer_list<_Tp>) max(initializer_list<_Tp> __l) ^ /usr/include/c++/4.8/bits/stl_algo.h:4231:5: note: template argument deduction/substitution failed: telefon.cpp:38:36: note: mismatched types 'std::initializer_list<_Tp>' and 'int' long long last=max(0, i-b/r); ^ In file included from /usr/include/c++/4.8/algorithm:62:0, from telefon.cpp:3: /usr/include/c++/4.8/bits/stl_algo.h:4236:5: note: template<class _Tp, class _Compare> _Tp std::max(std::initializer_list<_Tp>, _Compare) max(initializer_list<_Tp> __l, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algo.h:4236:5: note: template argument deduction/substitution failed: telefon.cpp:38:36: note: mismatched types 'std::initializer_list<_Tp>' and 'int' long long last=max(0, i-b/r); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema telefon 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ă.